Skip to content

Commit

Permalink
Release 0.4.0 (#50)
Browse files Browse the repository at this point in the history
* new release

* release 0.4.0
  • Loading branch information
remkop22 authored Jun 7, 2023
1 parent 507b6dc commit e701e1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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

## Unreleased
## 0.4.0 2023-06-07

Changed serialization of all structures to use OCPI rounding.

Added library support for OCPI 2.1.1 that can be enabled with feature flag `ocpi-v211`.

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.3.2"
version = "0.4.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.24", default-features = false, features = ["alloc", "serde"] }
clap = { version = "4.3.0", features = ["derive"] }
console = { version = "0.15.7" }
ocpi-tariffs = { version = "0.3.2", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
ocpi-tariffs = { version = "0.4.0", path = "../ocpi-tariffs", features = ["ocpi-v211"] }
serde_json.workspace = true
serde.workspace = true
tabled = { version = "0.12.0", features = ["color"] }

0 comments on commit e701e1e

Please sign in to comment.