Skip to content

Commit

Permalink
release 0.6.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 authored Jun 4, 2024
1 parent ff429aa commit 5c0bd46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.6.0 2024-06-04

- Upgrade dependencies.
- Improved pricer interface.
- Added time zone detection feature.

## 0.5.2 2024-03-12

- Upgrade dependencies
Expand Down
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.5.2"
version = "0.6.0"
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.5.2", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
ocpi-tariffs = { version = "0.6.0", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
serde_json.workspace = true
serde.workspace = true
tabled = { version = "0.15.0" }

0 comments on commit 5c0bd46

Please sign in to comment.