updating versions and changelog

This commit is contained in:
benedettadavico
2024-04-22 15:44:16 +02:00
parent b332a6b556
commit a276608fd0
13 changed files with 34 additions and 20 deletions
+14
View File
@@ -4,6 +4,20 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
## [Unreleased]
## [2024.3-eclipse] (2024-04-22)
- Initial release of the first iteration of the Nym Node
- Improvements to gateway functionality
- IPR development
- Removal of allow list in favour of implementing an exit policy
- Explorer delegation: enables direct delegation to nodes via the Nym Explorer
## [2024.2-fast-and-furious] (2024-03-25)
- Internal testing pre-release
## [2024.1-marabou] (2024-02-15)
**New Features:**
Generated
+9 -9
View File
@@ -2547,7 +2547,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "explorer-api"
version = "1.1.33"
version = "1.1.34"
dependencies = [
"chrono",
"clap 4.4.7",
@@ -5024,7 +5024,7 @@ dependencies = [
[[package]]
name = "nym-api"
version = "1.1.35"
version = "1.1.37"
dependencies = [
"anyhow",
"async-trait",
@@ -5186,7 +5186,7 @@ dependencies = [
[[package]]
name = "nym-cli"
version = "1.1.34"
version = "1.1.35"
dependencies = [
"anyhow",
"base64 0.13.1",
@@ -5267,7 +5267,7 @@ dependencies = [
[[package]]
name = "nym-client"
version = "1.1.33"
version = "1.1.34"
dependencies = [
"bs58 0.5.0",
"clap 4.4.7",
@@ -5684,7 +5684,7 @@ dependencies = [
[[package]]
name = "nym-gateway"
version = "1.1.33"
version = "1.1.35"
dependencies = [
"anyhow",
"async-trait",
@@ -5979,7 +5979,7 @@ dependencies = [
[[package]]
name = "nym-mixnode"
version = "1.1.35"
version = "1.1.37"
dependencies = [
"anyhow",
"axum",
@@ -6098,7 +6098,7 @@ dependencies = [
[[package]]
name = "nym-network-requester"
version = "1.1.33"
version = "1.1.34"
dependencies = [
"addr",
"anyhow",
@@ -6150,7 +6150,7 @@ dependencies = [
[[package]]
name = "nym-network-statistics"
version = "1.1.33"
version = "1.1.34"
dependencies = [
"dirs 4.0.0",
"log",
@@ -6438,7 +6438,7 @@ dependencies = [
[[package]]
name = "nym-socks5-client"
version = "1.1.33"
version = "1.1.34"
dependencies = [
"bs58 0.5.0",
"clap 4.4.7",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-client"
version = "1.1.33"
version = "1.1.34"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
description = "Implementation of the Nym Client"
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-socks5-client"
version = "1.1.33"
version = "1.1.34"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address"
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "explorer-api"
version = "1.1.33"
version = "1.1.34"
edition = "2021"
license.workspace = true
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "nym-gateway"
license = "GPL-3.0"
version = "1.1.33"
version = "1.1.35"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "nym-mixnode"
license = "GPL-3.0"
version = "1.1.35"
version = "1.1.37"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "nym-api"
license = "GPL-3.0"
version = "1.1.35"
version = "1.1.37"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym_wallet"
version = "1.2.12"
version = "1.2.13"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"package": {
"productName": "nym-wallet",
"version": "1.2.12"
"version": "1.2.13"
},
"build": {
"distDir": "../dist",
@@ -4,7 +4,7 @@
[package]
name = "nym-network-requester"
license = "GPL-3.0"
version = "1.1.33"
version = "1.1.34"
authors.workspace = true
edition.workspace = true
rust-version = "1.70"
@@ -1,6 +1,6 @@
[package]
name = "nym-network-statistics"
version = "1.1.33"
version = "1.1.34"
edition = "2021"
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-cli"
version = "1.1.34"
version = "1.1.35"
authors.workspace = true
edition = "2021"
license.workspace = true