Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Jul 13, 2024
1 parent a749402 commit d4e3336
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2024-07-13

### Fixed

- When writing service definition files, the previous file is truncated. Without this, in certain
cases it would cause these files to be incorrectly re-written.

## [0.7.0] - 2024-05-31

### Added
Expand Down Expand Up @@ -102,7 +109,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.7.0...HEAD
[Unreleased]: https://github.com/chipsenkbeil/distant/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/chipsenkbeil/service-manager-rs/releases/tag/v0.7.1
[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
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.7.0"
version = "0.7.1"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2021"
homepage = "https://github.com/chipsenkbeil/service-manager-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
service-manager = "0.6"
service-manager = "0.7"
```

## Examples
Expand Down

0 comments on commit d4e3336

Please sign in to comment.