We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71f36 commit 793e678Copy full SHA for 793e678
2 files changed
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
10
+## [0.2.2](https://github.com/encryption4all/irmars/compare/v0.2.1...v0.2.2) - 2026-05-18
11
12
+### Other
13
14
+- modernize workflows and bump actions to latest
15
+- enforce Conventional Commits in PR titles
16
+- Bump dependencies to current major versions
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "irmars"
-version = "0.2.1"
+version = "0.2.2"
authors = [
"David Venhoek <david@venhoek.nl>",
"Ruben Hensen <r.hensen@caesar.nl>",
0 commit comments