Skip to content

Commit fe74f57

Browse files
committed
chore(release): Update version to 0.1.2
1 parent d3d7532 commit fe74f57

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

55
[tool.bumpversion]
6-
current_version = "0.1.1"
6+
current_version = "0.1.2"
77

88
[[tool.bumpversion.files]]
99
filename = "README.md"

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515
project adheres to https://semver.org/[Semantic Versioning].
1616

17-
== {compare-url}/v0.1.1\...HEAD[Unreleased]
17+
== {compare-url}/v0.1.1\...v0.1.2[0.1.2] - 2024-11-30
1818

1919
=== Added
2020

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "bit-int"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
authors = ["Shun Sakai <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.67.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:
2121

2222
```toml
2323
[dependencies]
24-
bit-int = "0.1.1"
24+
bit-int = "0.1.2"
2525
```
2626

2727
### Documentation

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//! [C23]: https://en.cppreference.com/w/c/23
6767
//! [Zig]: https://ziglang.org/
6868
69-
#![doc(html_root_url = "https://docs.rs/bit-int/0.1.1/")]
69+
#![doc(html_root_url = "https://docs.rs/bit-int/0.1.2/")]
7070
#![no_std]
7171
// Lint levels of rustc.
7272
#![deny(missing_docs)]

0 commit comments

Comments
 (0)