summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Samuelsson <msamuelsson@storvix.eu>2023-05-28 22:44:36 +0200
committerMartin Samuelsson <msamuelsson@storvix.eu>2023-05-28 23:17:02 +0200
commit7125cb9ac70e147e9be0d6d0d8fe179c01c7b467 (patch)
treee25f6a0ee27e1e7666691e2efe0af62b6b9c0c76
parentf185b97d60f76a025f55429a0d1711c39568e187 (diff)
downloadlibsyslog-rs-7125cb9ac70e147e9be0d6d0d8fe179c01c7b467.zip
Release libsyslog 0.1.1HEADlibsyslog_v0.1.1main
-rw-r--r--libsyslog/CHANGELOG.md2
-rw-r--r--libsyslog/Cargo.toml2
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"