diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f356cc..6ca7c3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to ## [Unreleased] +## [1.0.0] - 2024-05-08 + ## Changed - Token: Update the contract to latest version from soroban-examples ([#274]) @@ -34,7 +36,6 @@ and this project adheres to ## Bug fixes - ## [0.9.0] - 2024-03-12 ## Changed @@ -281,7 +282,8 @@ and this project adheres to [#19]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/19 [#24]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/24 -[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.9.0...HEAD +[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.9.0...v1.0.0 [0.9.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.6.0...v0.7.0 diff --git a/Cargo.lock b/Cargo.lock index 51fc4903..35a62720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" @@ -82,9 +82,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.7" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.95" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" +checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" [[package]] name = "cfg-if" @@ -133,9 +133,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "curve" -version = "0.9.0" +version = "1.0.0" dependencies = [ "soroban-sdk", "test-case", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "decimal" -version = "0.9.0" +version = "1.0.0" dependencies = [ "soroban-sdk", ] @@ -493,9 +493,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hex" @@ -568,7 +568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "serde", ] @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.153" +version = "0.2.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "libm" @@ -722,13 +722,13 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "phoenix" -version = "0.9.0" +version = "1.0.0" dependencies = [ "decimal", "soroban-sdk", @@ -737,7 +737,7 @@ dependencies = [ [[package]] name = "phoenix-factory" -version = "0.9.0" +version = "1.0.0" dependencies = [ "phoenix", "soroban-sdk", @@ -745,14 +745,14 @@ dependencies = [ [[package]] name = "phoenix-multihop" -version = "0.9.0" +version = "1.0.0" dependencies = [ "soroban-sdk", ] [[package]] name = "phoenix-pool" -version = "0.9.0" +version = "1.0.0" dependencies = [ "decimal", "num-integer", @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "phoenix-pool-stable" -version = "0.9.0" +version = "1.0.0" dependencies = [ "decimal", "num-integer", @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "phoenix-stake" -version = "0.9.0" +version = "1.0.0" dependencies = [ "curve", "decimal", @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "phoenix-vesting" -version = "0.9.0" +version = "1.0.0" dependencies = [ "curve", "decimal", @@ -902,9 +902,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc_version" @@ -917,9 +917,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "sec1" @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" @@ -974,11 +974,11 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.7.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a" +checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -992,9 +992,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.7.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655" +checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 73b64baa..c9da2182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"] resolver = "2" [workspace.package] -version = "0.9.0" +version = "1.0.0" edition = "2021" license = "GPL 3.0" repository = "https://github.com/Phoenix-Protocol-Group/phoenix-contracts"