Skip to content

Commit e4ab03b

Browse files
committed
Merge branch 'release/v0.1.2' into develop
2 parents 2e8a03e + 71b8bda commit e4ab03b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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 = "src/lib.rs"

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] - 2026-03-04
1818

1919
=== Changed
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 = "kcipher2"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
edition = "2024"
99
rust-version = "1.85.0"
1010
description = "An implementation of the KCipher-2 stream cipher"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//! [KCipher-2]: https://en.wikipedia.org/wiki/KCipher-2
5151
//! [RFC 7008]: https://datatracker.ietf.org/doc/html/rfc7008
5252
53-
#![doc(html_root_url = "https://docs.rs/kcipher2/0.1.1/")]
53+
#![doc(html_root_url = "https://docs.rs/kcipher2/0.1.2/")]
5454
#![no_std]
5555
#![cfg_attr(docsrs, feature(doc_cfg))]
5656
// Lint levels of rustc.

0 commit comments

Comments
 (0)