Skip to content

Commit

Permalink
Auto merge of #222 - michaelwoerister:release-11.0.1, r=wesleywiser
Browse files Browse the repository at this point in the history
Prepare release 11.0.1

Updated the change log and applied the nit fix mentioned here:
https://github.com/rust-lang/measureme/pull/221/files#r1448528749

r? `@wesleywiser`
  • Loading branch information
bors committed Jan 11, 2024
2 parents ebb24d8 + 3210360 commit 2def133
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Publish to crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Install Rust (rustup)
run: rustup update stable && rustup default stable
- name: Publish
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [11.0.1] - 2024-01-XX
## [11.0.1] - 2024-01-11

### Changed

- `measureme`: Fix compilation error and regression tests for big endian platforms ([GH-220])

### Added

- Add GitHub Workflow for publishing measureme ([GH-221])

## [11.0.0] - 2023-12-14

### Changed
Expand Down Expand Up @@ -247,3 +251,4 @@
[GH-211]: https://github.com/rust-lang/measureme/pull/211
[GH-216]: https://github.com/rust-lang/measureme/pull/216
[GH-220]: https://github.com/rust-lang/measureme/pull/220
[GH-221]: https://github.com/rust-lang/measureme/pull/221

0 comments on commit 2def133

Please sign in to comment.