Skip to content

Commit

Permalink
chore(release): Release version 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 24, 2024
2 parents 330c163 + fa7c605 commit 72ae024
Show file tree
Hide file tree
Showing 17 changed files with 259 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.10.3"
current_version = "0.10.4"

[[tool.bumpversion.files]]
filename = "README.md"
Expand Down
50 changes: 32 additions & 18 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,27 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.67.0 # MSRV
os-alias:
- ubuntu
- macos
- windows
toolchain-alias:
- msrv
- stable
include:
- target: x86_64-unknown-linux-gnu
- os-alias: ubuntu
os: ubuntu-24.04
- target: aarch64-apple-darwin
target: x86_64-unknown-linux-gnu
- os-alias: macos
os: macos-14
- target: x86_64-pc-windows-msvc
target: aarch64-apple-darwin
- os-alias: windows
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.67.1
- toolchain-alias: stable
toolchain: stable
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,20 +72,27 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.74.0
os-alias:
- ubuntu
- macos
- windows
toolchain-alias:
- msrv
- stable
include:
- target: x86_64-unknown-linux-gnu
- os-alias: ubuntu
os: ubuntu-24.04
- target: aarch64-apple-darwin
target: x86_64-unknown-linux-gnu
- os-alias: macos
os: macos-14
- target: x86_64-pc-windows-msvc
target: aarch64-apple-darwin
- os-alias: windows
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.74.0
- toolchain-alias: stable
toolchain: stable
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/REUSE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4.0.0
uses: fsfe/reuse-action@v5.0.0
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.3\...v0.10.4[0.10.4] - 2024-12-24

=== Added

* Add `FileTime::to_high_low` and `FileTime::from_high_low`
({pull-request-url}/252[#252])

=== Changed

* Change MSRV to 1.67.1 ({pull-request-url}/252[#252])

== {compare-url}/v0.10.2\...v0.10.3[0.10.3] - 2024-11-09

=== Added
Expand Down
Loading

0 comments on commit 72ae024

Please sign in to comment.