Skip to content

Commit

Permalink
Correct changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Feb 18, 2024
1 parent 01740a7 commit 26671e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2024-02-18

- Derive basic traits on the Service context structs. (#18)
- Introduced support for specifying environment variables for systemd. The specified variables are now written on separate lines. (#17)

Expand Down Expand Up @@ -77,7 +79,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Created `TypedServiceManager` enum to associate the manager's type when
retrieved using native lookup

[Unreleased]: https://github.com/chipsenkbeil/distant/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/chipsenkbeil/distant/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.6.0
[0.5.1]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.5.1
[0.5.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.5.0
[0.4.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.4.0
[0.3.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.3.0
Expand Down

0 comments on commit 26671e8

Please sign in to comment.