Skip to content

Commit

Permalink
release 0.6.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 authored Aug 20, 2024
1 parent ab6a147 commit cdd8fb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 0.6.1 2024-08-20

- Fixed bug where multiple flat fees are generated during the session. Instead
we now only use the first time a flat fee becomes active.
Expand Down
4 changes: 2 additions & 2 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,5 +1,5 @@
[workspace.package]
version = "0.6.0"
version = "0.6.1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/tandemdrive/ocpi-tariffs"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono-tz.workspace = true
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
clap = { version = "4.5.4", features = ["derive"] }
console = { version = "0.15.8" }
ocpi-tariffs = { version = "0.6.0", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
ocpi-tariffs = { version = "0.6.1", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
serde_json.workspace = true
serde.workspace = true
tabled = { version = "0.15.0" }

0 comments on commit cdd8fb4

Please sign in to comment.