Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jun 5, 2024
2 parents ce82171 + 6075343 commit 61ef4f9
Show file tree
Hide file tree
Showing 12 changed files with 825 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.7.14"
current_version = "0.8.0"

[[tool.bumpversion.files]]
filename = "CITATION.cff"
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.61.0 # MSRV
- 1.65.0 # MSRV
- stable
- nightly
include:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ 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.7.14\...v0.8.0[0.8.0] - 2024-06-05

=== Added

* Add conversion methods for integers to `ExitCode` ({pull-request-url}/92[#92])

=== Changed

* Bump MSRV to 1.65.0 ({pull-request-url}/92[#92])

== {compare-url}/v0.7.13\...v0.7.14[0.7.14] - 2024-05-19

=== Changed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cff-version: 1.2.0
message: Please cite this software using these meta data.

# Version information.
date-released: 2024-05-19
version: 0.7.14
date-released: 2024-06-05
version: 0.8.0

# Project information.
abstract: The system exit codes as defined by <sysexits.h> for Rust
Expand Down
Loading

0 comments on commit 61ef4f9

Please sign in to comment.