Skip to content

Commit

Permalink
Update changelog, fix typo in CONTRIBUTING.
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Jul 6, 2022
1 parent 1c8873b commit abe3e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- MSRV bumped to 1.49
- Symbol for microseconds changed from ASCII 'us' to unicode 'µs'

## [0.3.5] - 2021-07-26
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Some things that will increase the chance that your pull request is accepted:
* PRs with breaking changes are made against the unreleased branch. e.g. branch version-0.4
* PRs without breaking changes are made against the master branch.

If your not sure which branch to use just start with master, as this can be changed during review.
If you're not sure which branch to use just start with master, as this can be changed during review.

When it is time to release the unreleased branch, a PR is made from the unreleased branch to master. e.g. https://github.com/bheisler/criterion.rs/pull/496

Expand Down

0 comments on commit abe3e86

Please sign in to comment.