Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nordam Suadicani committed Sep 12, 2024
1 parent fda2a8b commit bb9cc80
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion chain-prometheus-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased changes
## 1.2.0
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.

## 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion chain-prometheus-exporter/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 chain-prometheus-exporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chain-prometheus-exporter"
version = "1.1.2"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion genesis-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased changes
## 0.3.0

- Support genesis data format of protocol version 7.
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.
Expand Down
2 changes: 1 addition & 1 deletion genesis-creator/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 genesis-creator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genesis-creator"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion kpi-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the kpi-tracker service

## Unreleased changes
## 2.1.0
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion kpi-tracker/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kpi-tracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-kpi-tracker"
version = "2.0.0"
version = "2.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -15,4 +15,4 @@ futures = "0.3"
log = "0.4"
tokio = { version = "1.23", features = ["rt-multi-thread", "signal"] }
tokio-postgres = "0.7"
tonic = {version = "0.10", features = ["tls", "tls-roots"]} # Use system trust roots.
tonic = {version = "0.10", features = ["tls", "tls-roots"]} # Use system trust roots.
2 changes: 1 addition & 1 deletion recover-id-object/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased changes
## 2.1.0
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.

## 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion recover-id-object/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions recover-id-object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recover-id-object"
version = "2.0.1"
version = "2.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,5 +20,3 @@ reqwest = { version = "0.11", features = ["json"] }
url = { version = "2.3", features = ["serde"] }
http = "0.2"
chrono = "0.4.24"


2 changes: 1 addition & 1 deletion state-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the the state compare tool

## Unreleased changes
## 2.0.0
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.
- Reworked the tool so that it merely prints a diff without trying to determine if the differences are expected or not.

Expand Down
2 changes: 1 addition & 1 deletion state-compare/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 state-compare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-state-compare"
version = "1.1.1"
version = "2.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit bb9cc80

Please sign in to comment.