Skip to content

Commit

Permalink
Prepare release 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Jan 11, 2024
1 parent ebb24d8 commit 3210360
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 3210360

Please sign in to comment.