Skip to content

Commit ca36721

Browse files
committed
Bump to 1.0.0
Signed-off-by: Ricardo Dias <[email protected]>
1 parent 5afcfd7 commit ca36721

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## Changed
10+
## [1.0.0] - 2025-06-13
11+
12+
### Changed
1113

1214
- Fixed module unload that was causing spurious illegal memory accesses
1315

@@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
- Initial version of an LDAP authentication module for Valkey 7.2.X or above
1921

2022

21-
[unreleased]: https://github.com/valkey-io/valkey-ldap/compare/v1.0.0-rc1...HEAD
23+
[unreleased]: https://github.com/valkey-io/valkey-ldap/compare/1.0.0...HEAD
24+
[1.0.0]: https://github.com/valkey-io/valkey-ldap/releases/tag/1.0.0
2225
[1.0.0_rc1]: https://github.com/valkey-io/valkey-ldap/releases/tag/v1.0.0-rc1

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,7 +1,7 @@
11
[package]
22
name = "valkey-ldap"
33
authors = ["Ricardo Dias"]
4-
version = "1.0.0-rc1"
4+
version = "1.0.0"
55
edition = "2024"
66
build = "build.rs"
77
license = "BSD-3-Clause"

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ mod tests {
6262

6363
#[test]
6464
fn test_version() {
65-
assert_eq!(module_version(), 0x01000002);
65+
assert_eq!(module_version(), 0x010000FF);
6666
}
6767
}

0 commit comments

Comments
 (0)