Skip to content

Commit

Permalink
new release (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 authored May 30, 2023
1 parent 5accf24 commit 6892c9e
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.3.2 2023-05-30

Fixed a bug in step-size calculation for energy dimension.

Fixed a bug where step-sizes where not affecting the period `billed_volume`.

## 0.3.1 2023-05-25

Renamed `stop_date_time` to `end_date_time` as specified by OCPI 2.2.1.
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.1"
version = "0.3.2"
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,6 +16,6 @@ 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.1", path = "../ocpi-tariffs" }
ocpi-tariffs = { version = "0.3.2", path = "../ocpi-tariffs" }
serde_json.workspace = true
tabled = { version = "0.12.0", features = ["color"] }

0 comments on commit 6892c9e

Please sign in to comment.