Skip to content

Commit efb5a5c

Browse files
authored
Prepare for release 0.7.5. (#82)
Bug fixes * Fix compile error on 32 bit systems. ([2c8cd0b])
1 parent 1b8852f commit efb5a5c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bcder"
3-
version = "0.7.5-dev"
3+
version = "0.7.5"
44
edition = "2018"
55
authors = ["NLnet Labs <[email protected]>"]
66
description = "Handling of data encoded in BER, CER, and DER."

Changelog.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# Change Log
22

3-
## Unreleased next version
3+
## 0.7.5
44

5-
Breaking changes
6-
7-
New
5+
Released 2025-01-22.
86

97
Bug fixes
108

119
* Fix compile error on 32 bit systems. ([2c8cd0b])
1210

13-
Other changes
14-
15-
1611
[2c8cd0b]: https://github.com/NLnetLabs/bcder/commit/2c8cd0b8b30fa384a851446f5732924e43443ca2
1712

1813

0 commit comments

Comments
 (0)