Skip to content

Commit

Permalink
chore(pace_testing): release v0.1.1 (#76)
Browse files Browse the repository at this point in the history
chore: release

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan authored Mar 7, 2024
1 parent 09067d6 commit 25733ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/pace-rs/pace/compare/pace_testing-v0.1.0...pace_testing-v0.1.1) - 2024-03-07

### Fixed
- manifest for workspace
- manifest
- pace testing

### Other
- *(pace_testing)* release v0.1.0 ([#75](https://github.com/pace-rs/pace/pull/75))
- publish pace-testing
- *(time)* implement more time based functionality and add more testing ([#71](https://github.com/pace-rs/pace/pull/71))

## [0.1.0](https://github.com/pace-rs/pace/releases/tag/pace_testing-v0.1.0) - 2024-03-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pace_testing"
version = "0.1.0"
version = "0.1.1"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 25733ed

Please sign in to comment.