Skip to content

Commit 8918c24

Browse files
authored
bump to v0.10.0 (#36)
1 parent 0a2e8e1 commit 8918c24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.10.0 (2025-11-11)
2+
-------------------
3+
- Bump to Edition 2024 and MSRV 1.85
4+
- Rename primary branch from `master` to `main`
5+
16
0.9.1 (2025-11-11)
27
------------------
38
- Allow input timestamps to have 9 digits of fractional precision, even though RFC 5424 says 6 (@cbeck88, #26)

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syslog_rfc5424"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = ["James Brown <[email protected]>"]
55
description = "Parser for RFC5424 (IETF-format) syslog messages"
66
documentation = "https://docs.rs/syslog_rfc5424/"
@@ -9,6 +9,7 @@ repository = "https://github.com/Roguelazer/rust-syslog-rfc5424"
99
license = "ISC"
1010
readme = "README.md"
1111
edition = "2024"
12+
rust-version = "1.85"
1213

1314
[dependencies]
1415
time = "0.3"

0 commit comments

Comments
 (0)