|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
4 |
| -and this project adheres to |
5 |
| -[Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 3 | +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0 |
| 4 | +[Semantic Versioning]: https://semver.org/spec/v2.0.0.html |
6 | 5 |
|
7 |
| -<!-- next-header --> |
| 6 | +The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. |
8 | 7 |
|
9 |
| -## [Unreleased] |
| 8 | +[Unreleased] changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +## [3.0.2] - 2025-08-26 |
| 13 | + |
| 14 | +## Changed |
| 15 | + |
| 16 | +- cosmwasm repository: Add and fix crate-level documentation for all CosmWasm crates ([#2510]) |
| 17 | +- cosmwasm repository: Minor maintenance fixes ([#2514]) |
| 18 | +- cosmwasm repository: Unified security policy ([#2515]) |
| 19 | +- cosmwasm-crypto: Correct malformed crates.io links in crypto ([#2518]) |
| 20 | +- cosmwasm repository: Updated copyright notice ([#2519]) |
| 21 | +- cosmwasm repository: Migrate CircleCI to GitHub Actions ([#2523]) |
| 22 | +- cosmwasm repository: Remove unused configuration files ([#2524]) |
| 23 | +- cosmwasm repository: Enable checks on pull request ([#2527]) |
| 24 | +- cosmwasm-crypto: Fix `ed25519-zebra` to version **`=4.0.3`** ([#2528]) |
| 25 | +- cosmwasm repository: Unified formatting of Cargo.toml files ([#2529]) |
| 26 | +- cosmwasm repository: Initial Task script ([#2530]) |
| 27 | +- cosmwasm repository: Update README ([#2531]) |
| 28 | +- cosmwasm repository: Local dependency paths ([#2532]) |
| 29 | +- cosmwasm-core: Add tests for `cosmwasm-core` ([#2533]) |
| 30 | +- cosmwasm repository: Unified dependencies ([#2534]) |
| 31 | +- cosmwasm-std: Fix typos ([#2537]) |
| 32 | + |
| 33 | +[#2510]: https://github.com/CosmWasm/cosmwasm/pull/2510 |
| 34 | +[#2514]: https://github.com/CosmWasm/cosmwasm/pull/2514 |
| 35 | +[#2515]: https://github.com/CosmWasm/cosmwasm/pull/2515 |
| 36 | +[#2518]: https://github.com/CosmWasm/cosmwasm/pull/2518 |
| 37 | +[#2519]: https://github.com/CosmWasm/cosmwasm/pull/2519 |
| 38 | +[#2523]: https://github.com/CosmWasm/cosmwasm/pull/2523 |
| 39 | +[#2524]: https://github.com/CosmWasm/cosmwasm/pull/2524 |
| 40 | +[#2527]: https://github.com/CosmWasm/cosmwasm/pull/2527 |
| 41 | +[#2528]: https://github.com/CosmWasm/cosmwasm/pull/2528 |
| 42 | +[#2529]: https://github.com/CosmWasm/cosmwasm/pull/2529 |
| 43 | +[#2530]: https://github.com/CosmWasm/cosmwasm/pull/2530 |
| 44 | +[#2531]: https://github.com/CosmWasm/cosmwasm/pull/2531 |
| 45 | +[#2532]: https://github.com/CosmWasm/cosmwasm/pull/2532 |
| 46 | +[#2533]: https://github.com/CosmWasm/cosmwasm/pull/2533 |
| 47 | +[#2534]: https://github.com/CosmWasm/cosmwasm/pull/2534 |
| 48 | +[#2537]: https://github.com/CosmWasm/cosmwasm/pull/2537 |
10 | 49 |
|
11 | 50 | ## [3.0.1] - 2025-06-26
|
12 | 51 |
|
@@ -1303,12 +1342,11 @@ and this project adheres to
|
1303 | 1342 |
|
1304 | 1343 | ---
|
1305 | 1344 |
|
1306 |
| -The CHANGELOG for versions before 1.0.0 was moved to |
1307 |
| -[CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md). |
1308 |
| - |
1309 |
| -<!-- next-url --> |
| 1345 | +The CHANGELOG for versions before **1.0.0** was moved to |
| 1346 | +[CHANGELOG-pre-1.0.0.md](./CHANGELOG-pre-1.0.0.md). |
1310 | 1347 |
|
1311 |
| -[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.1...HEAD |
| 1348 | +[Unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.2...HEAD |
| 1349 | +[3.0.2]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.1...v3.0.2 |
1312 | 1350 | [3.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.0...v3.0.1
|
1313 | 1351 | [3.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.0...v3.0.0
|
1314 | 1352 | [2.2.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.5...v2.2.0
|
|
0 commit comments