Skip to content

Commit

Permalink
Merge branch 'release/v0.8.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Nov 8, 2024
2 parents ffd27ba + d77b456 commit 5453909
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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.8.4"
current_version = "0.8.5"

[[tool.bumpversion.files]]
filename = "CITATION.cff"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.8.4\...HEAD[Unreleased]
== {compare-url}/v0.8.4\...v0.8.5[0.8.5] - 2024-11-08

=== 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-10-31
version: 0.8.4
date-released: 2024-11-08
version: 0.8.5

# Project information.
abstract: The system exit codes as defined by <sysexits.h> for Rust
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "sysexits"
version = "0.8.4"
version = "0.8.5"
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
edition = "2021"
rust-version = "1.62.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
sysexits = "0.8.4"
sysexits = "0.8.5"
```

### Crate features
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//! [`<sysexits.h>`]: https://man.openbsd.org/sysexits
#![cfg_attr(feature = "extended_io_error", feature(io_error_more))]
#![doc(html_root_url = "https://docs.rs/sysexits/0.8.4/")]
#![doc(html_root_url = "https://docs.rs/sysexits/0.8.5/")]
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
// Lint levels of rustc.
Expand Down

0 comments on commit 5453909

Please sign in to comment.