Skip to content

Commit 2d1ce1f

Browse files
release: v0.9.1
1 parent 1f98a35 commit 2d1ce1f

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.1] - 2025-02-14
6+
7+
### Bug Fixes
8+
9+
- Update file paths in documentation
10+
- Update sample configuration path
11+
- Rework internals to make localparts non-optional
12+
13+
### Documentation
14+
15+
- Add warning about service user scopes
16+
- Document migration steps
17+
18+
### Features
19+
20+
- Make user comparison log lines less verbose
21+
- Expose migration binary in the docker image
22+
23+
### Refactor
24+
25+
- Switch from ldap_poller to a direct implementation
26+
27+
### Styling
28+
29+
- Fix indentation issue that snuck in
30+
531
## [0.9.0] - 2024-12-13
632

733
### Features

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 = "famedly-sync"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = []
55
edition = "2021"
66
publish = false

0 commit comments

Comments
 (0)