Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed May 31, 2024
1 parent 743a911 commit 2a76017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2024-05-30
## [0.7.0] - 2024-05-31

### Added

Expand Down Expand Up @@ -102,7 +102,8 @@ 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.6.2...HEAD
[Unreleased]: https://github.com/chipsenkbeil/distant/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.7.0
[0.6.2]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.6.2
[0.6.1]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.6.1
[0.6.0]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "service-manager"
description = "Provides adapters to communicate with various operating system service managers"
categories = ["config"]
keywords = ["generator"]
version = "0.6.2"
version = "0.7.0"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2021"
homepage = "https://github.com/chipsenkbeil/service-manager-rs"
Expand Down

2 comments on commit 2a76017

@chipsenkbeil
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacderida don't forget to update the README when you publish a new version with a major or minor change. :)

@jacderida
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, apologies!

Please sign in to comment.