Skip to content

Commit

Permalink
Bump version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Aug 22, 2024
1 parent 885b8a5 commit 8426b3d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project 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.5] - 2024-08-22

### Removed

- Remove all dependencies related to logging and replace it with simple println!

## [0.2.4] - 2024-08-15

### Added
Expand Down
14 changes: 7 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruroco"
version = "0.2.4"
version = "0.2.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.4
v0.2.5

0 comments on commit 8426b3d

Please sign in to comment.