From a6002d46880514797cb8a4cc6e94dbe5414452f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 09:46:46 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42559de..7646d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the gleif-rs library will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2](https://github.com/NotAProfDev/gleif-rs/compare/v0.2.1...v0.2.2) - 2025-05-30 + +### Other + +- update dependency versions in Cargo.toml + ## [0.2.1](https://github.com/NotAProfDev/gleif-rs/compare/v0.2.0...v0.2.1) - 2025-05-29 ### Other diff --git a/Cargo.toml b/Cargo.toml index 858b050..34fbc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gleif-rs" description = "A Rust client for interacting with the GLEIF API and parsing LEI records." -version = "0.2.1" +version = "0.2.2" edition = "2024" license = "MIT" repository = "https://github.com/NotAProfDev/gleif-rs"