Skip to content

Commit 9babefd

Browse files
committed
chore: bump version to v0.1.3
1 parent ff056e9 commit 9babefd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [0.1.3](https://github.com/rvben/yamldap/compare/v0.1.2...v0.1.3) - 2026-05-12
10+
11+
### Added
12+
13+
- **ldap**: synthesize RootDSE entry for empty-base baseObject searches ([ff056e9](https://github.com/rvben/yamldap/commit/ff056e9f76c8be6587e3e5fc820b5d383053732b))
14+
- Add Docker Hub publishing to yamldap release workflow ([b163291](https://github.com/rvben/yamldap/commit/b163291809ce9a70bf9f1ce2b7b704ca58f95a10))
15+
816
## [0.1.2] - 2025-06-16
917

1018
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamldap"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["Ruben J. Jongejan <ruben.jongejan@gmail.com>"]
66
description = "A lightweight LDAP server that serves directory data from YAML files"

0 commit comments

Comments
 (0)