diff options
author | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-05-28 22:44:36 +0200 |
---|---|---|
committer | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-05-28 23:17:02 +0200 |
commit | 7125cb9ac70e147e9be0d6d0d8fe179c01c7b467 (patch) | |
tree | e25f6a0ee27e1e7666691e2efe0af62b6b9c0c76 | |
parent | f185b97d60f76a025f55429a0d1711c39568e187 (diff) | |
download | libsyslog-rs-7125cb9ac70e147e9be0d6d0d8fe179c01c7b467.zip |
Release libsyslog 0.1.1HEADlibsyslog_v0.1.1main
-rw-r--r-- | libsyslog/CHANGELOG.md | 2 | ||||
-rw-r--r-- | libsyslog/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libsyslog/CHANGELOG.md b/libsyslog/CHANGELOG.md index e5525b8..ab0b620 100644 --- a/libsyslog/CHANGELOG.md +++ b/libsyslog/CHANGELOG.md @@ -6,7 +6,7 @@ Git commit log for a more detailed view of the project history. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. -## Unreleased +## 0.1.1 - 2023-05-28 ### Fixed diff --git a/libsyslog/Cargo.toml b/libsyslog/Cargo.toml index 7128827..6181f1b 100644 --- a/libsyslog/Cargo.toml +++ b/libsyslog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsyslog" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Rust `log` facade using system's native syslog" |