Skip to content

Commit

Permalink
Release 0.3.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphfroger authored May 25, 2023
1 parent e9a88f0 commit 0bbdddb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

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

## [Unreleased] - ReleaseDate
## 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.0"
version = "0.3.1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/tandemdrive/ocpi-tariffs"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# OCPI tariffs

This project provides software for doing calculations with [OCPI](https://evroaming.org/ocpi-background/)
[tariffs](https://github.com/ocpi/ocpi/blob/2.2.1/mod_tariffs.asciidoc#1-tariffs-module). Specifically for the [`OCPI 2.2.1`](https://evroaming.org/app/uploads/2021/11/OCPI-2.2.1.pdf)
[tariffs](https://github.com/ocpi/ocpi/blob/2.2.1/mod_tariffs.asciidoc#1-tariffs-module).
Specifically for the [`OCPI 2.2.1`](https://evroaming.org/app/uploads/2021/11/OCPI-2.2.1.pdf)
version.

You can test the OCPI tariff tool [online](https://www.ocpi-tools.com/).

[![crates-io]](https://crates.io/crates/ocpi-tariffs "Crates.io version")
[![docs-rs]](https://docs.rs/ocpi-tariffs "Documentation")
[![unsafe-forbidden]](https://github.com/rust-secure-code/safety-dance/ "Unsafe forbidden")
Expand All @@ -18,6 +21,8 @@ version.
[ocpi]: https://evroaming.org/ocpi-background/
[tariffs]: https://github.com/ocpi/ocpi/blob/2.2.1/mod_tariffs.asciidoc#1-tariffs-module

OCPI is a protocol owned and maintained by the <a
href="https://evroaming.org/">EV Roaming foundation</a>.

## Goals

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.0", path = "../ocpi-tariffs" }
ocpi-tariffs = { version = "0.3.1", path = "../ocpi-tariffs" }
serde_json.workspace = true
tabled = { version = "0.12.0", features = ["color"] }
4 changes: 2 additions & 2 deletions publish.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
To publish the crates follow the following steps:

1. Update the version number in the top level `Cargo.toml` and use the same
version number for the `ocpi-tariffs` dependency in `cli/Cargo.toml`. Have
this reviewed and merged into the main branch.
version number for the `ocpi-tariffs` dependency in `cli/Cargo.toml`. Update
the `CHANGELOG.md` Have this reviewed and merged into the main branch.

2. Once that's merged tag the right commit on the main branch and push this tag
to GitHub.
Expand Down

0 comments on commit 0bbdddb

Please sign in to comment.