Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 12, 2024
1 parent e628236 commit e591a52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.2.2 (12 November 2024)

### Changed

- Updated lint configuration for Rust 1.82
- Updated crate dependencies


## 0.2.1 (09 September 2024)

### Added
Expand All @@ -30,7 +38,7 @@ The format is based on [Keep a Changelog][], and this project adheres to
- Updated lint configuration for Rust 1.81
- Updated crate dependencies
- Linted tests
- Moved linting configuration to Cargo.toml
- Moved linting configuration to `Cargo.toml`


## 0.1.1 (02 April 2024)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "isosphere"
version = "0.2.1"
version = "0.2.2"
description = "Library of ISO standard data types, helpers, and related utilities"
categories = ["data-structures", "encoding", "finance", "internationalization", "localization"]
keywords = ["codes", "country", "currency", "iso", "language"]
Expand Down

0 comments on commit e591a52

Please sign in to comment.