Skip to content

Commit

Permalink
chore(release): Release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Feb 26, 2025
2 parents fa7fa9a + f1865e5 commit aff0b7e
Show file tree
Hide file tree
Showing 44 changed files with 1,348 additions and 752 deletions.
5 changes: 1 addition & 4 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.10.6"

[[tool.bumpversion.files]]
filename = "README.md"
current_version = "0.11.0"

[[tool.bumpversion.files]]
filename = "src/lib.rs"
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.67.1
toolchain: 1.85.0
- toolchain-alias: stable
toolchain: stable
steps:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.67.1
toolchain: 1.85.0
- toolchain-alias: stable
toolchain: stable
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Approve a PR
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.10.6\...v0.11.0[0.11.0] - 2025-02-26

=== Added

* Add `FileTime::from_str_radix` ({pull-request-url}/296[#296])

=== Changed

* Change MSRV to 1.85.0 ({pull-request-url}/294[#294])
* Make `Error` trait available in `no_std` mode ({pull-request-url}/294[#294])

== {compare-url}/v0.10.5\...v0.10.6[0.10.6] - 2025-01-14

=== Changed
Expand Down
Loading

0 comments on commit aff0b7e

Please sign in to comment.