Skip to content

Commit

Permalink
Release abcrypt-capi version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Feb 5, 2024
2 parents 66cc0ae + 2c6f32c commit 9827aea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion-capi.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.2.5"
current_version = "0.2.6"

[[tool.bumpversion.files]]
filename = "crates/capi/examples/meson.build"
Expand Down
2 changes: 1 addition & 1 deletion 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 crates/capi/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}/abcrypt-capi-v0.2.5\...HEAD[Unreleased]
== {compare-url}/abcrypt-capi-v0.2.5\...abcrypt-capi-v0.2.6[0.2.6] - 2024-02-05

=== Changed

Expand Down
2 changes: 1 addition & 1 deletion crates/capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "abcrypt-capi"
version = "0.2.5"
version = "0.2.6"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/capi/examples/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project('abcrypt_capi_examples',
default_options: ['warning_level=3', 'cpp_std=c++17'],
license: 'Apache-2.0 OR MIT',
meson_version: '>=0.53.0',
version: '0.2.5',
version: '0.2.6',
)

fs = import('fs')
Expand Down
2 changes: 1 addition & 1 deletion crates/capi/examples/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#pragma once

namespace {
inline constexpr auto VERSION = "0.2.5";
inline constexpr auto VERSION = "0.2.6";
}
2 changes: 1 addition & 1 deletion crates/capi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//! The `abcrypt-capi` crate is the C API for the [`abcrypt`] crate.
#![doc(html_root_url = "https://docs.rs/abcrypt-capi/0.2.5/")]
#![doc(html_root_url = "https://docs.rs/abcrypt-capi/0.2.6/")]
// Lint levels of rustc.
#![deny(missing_debug_implementations, missing_docs)]
#![warn(rust_2018_idioms)]
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 9827aea

Please sign in to comment.