Bump to version 0.4.1

This commit is contained in:
Valentin Tolmer 2022-10-10 17:27:17 +02:00 committed by nitnelave
parent 412f4fa644
commit 32f28d664e
4 changed files with 18 additions and 3 deletions

View File

@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.1] - 2022-10-10
### Added
- Added support for STARTTLS for SMTP.
- Added support for user profile pictures, including importing them from OpenLDAP.
- Added support for every config value to be specified in a file.
- Added support for PKCS1 keys.
### Changed
- The `dn` attribute is no longer returned as an attribute (it's still part of the response).
- Empty attributes are no longer returned.
- The docker image now uses the locally-downloaded assets.
## [0.4.0] - 2022-07-08
### Breaking

View File

@ -1,6 +1,6 @@
[package]
name = "lldap_app"
version = "0.4.0"
version = "0.4.1"
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "migration-tool"
version = "0.3.0-alpha.1"
version = "0.4.1"
edition = "2021"
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]

View File

@ -2,7 +2,7 @@
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021"
name = "lldap"
version = "0.4.0"
version = "0.4.1"
[dependencies]
actix = "0.12"