diff options
author | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-05-27 13:08:30 +0200 |
---|---|---|
committer | Martin Samuelsson <msamuelsson@storvix.eu> | 2023-05-28 22:49:47 +0200 |
commit | 6943c32fb862ec227bb8950095d288d12590ba9b (patch) | |
tree | 768dd9a9464370ed122606dc27303a73cb7ea2b8 | |
parent | c3e521e4ac4725daff075653c5c9163bfcb15526 (diff) | |
download | libsyslog-rs-6943c32fb862ec227bb8950095d288d12590ba9b.zip |
Add changelog files to both crates
-rw-r--r-- | libsyslog-sys/CHANGELOG.md | 16 | ||||
-rw-r--r-- | libsyslog/CHANGELOG.md | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/libsyslog-sys/CHANGELOG.md b/libsyslog-sys/CHANGELOG.md new file mode 100644 index 0000000..eb0dad9 --- /dev/null +++ b/libsyslog-sys/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be summarized in this file. Please see +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.0] - 2023-02-24 + +Initial release. + +[keepachangelog]: https://keepachangelog.com/en/1.1.0/ +[semver]: https://semver.org/spec/v2.0.0.html diff --git a/libsyslog/CHANGELOG.md b/libsyslog/CHANGELOG.md new file mode 100644 index 0000000..599180d --- /dev/null +++ b/libsyslog/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be summarized in this file. Please see +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.0 - 2023-02-24 + +Initial release. + +[keepachangelog]: https://keepachangelog.com/en/1.1.0/ +[semver]: https://semver.org/spec/v2.0.0.html |