Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Nov 13, 2024
1 parent 829ce84 commit 370bd61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

### Thanks

## 0.4.1

### Changed/Fixed

- Fix incorrect parsing of AbandonRequest operation (#6)
- Bump thiserror from 1.0 to 2.0

## 0.4.0

### Changed/Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ldap-parser"
version = "0.4.0"
version = "0.4.1"
description = "Parser for the LDAP protocol (RFC 4511)"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
edition = "2018"
Expand Down

0 comments on commit 370bd61

Please sign in to comment.