Skip to content

Commit 007d088

Browse files
committed
chore(release): v0.2.1
1 parent e9bfd72 commit 007d088

3 files changed

Lines changed: 66 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,73 +5,89 @@ All notable changes to this project are documented here.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.0] - 2026-08-18
8+
## [v0.2.1] - 2026-08-20
99

1010
### Documentation
1111

12-
- Add installer-recipes CI badge to README by @rober-m
13-
- Document the Gift Card reference example by @rober-m
14-
- Correct inaccuracies vs implementation by @rober-m
12+
- Keep v-prefix in changelog headings and document PR-based release flow (#73)
13+
- Refresh README with a stronger hook and demo GIF (#76)
1514

1615
### Features
1716

18-
- Add `fullstack` option that combines `on-chain` and `off-chain` roles in a single folder by @rober-m
19-
- Implement Scalus on-chain, off-chain, and fullstack templates by @rober-m
20-
- Add scalus to smoke test CI by @rober-m
21-
- Add CI to verify dependency installers by @rober-m
22-
- Clean pychache and allow running CI on selected PRs by @rober-m
23-
- Add Plinth + restructure --nix generation to have composable flakes by @rober-m
24-
- Make direnv allow non-interactive with a warning for non-trusted substituters by @rober-m
25-
- Change validator to match default "Gift Card" example by @rober-m
26-
- Gate experimental tools behind explicit opt-in (#11) by @rober-m
27-
- Scalus templates use the Gift Card example, blueprint-driven off-chain by @rober-m
28-
- Add Evolution SDK by @rober-m
29-
- Data-driven off-chain ↔ provider compatibility by @rober-m
30-
- Add Tx3 off-chain template (Gift Card) by @rober-m
31-
- Remove unnecessary comments by @rober-m
32-
- Generate AGENTS.md tailored to the selected stack by @rober-m
33-
- Redesign CLI output and errors by @rober-m
34-
- Add devnet smoke badge to README by @rober-m
35-
- First draft on update/remove tooling by @rober-m
36-
- Add git initialization, remove `cardano-init edit`, and improve help message by @rober-m
37-
- `cardano-init add` replaces without prompt if git tree is clean by @rober-m
38-
- Fold updating-project-ooling to main docs by @rober-m
39-
- Fold updating-project-ooling to main docs by @rober-m
40-
- Add more tests about updating tools functionality by @rober-m
41-
- Fix network to preview, switch via CARDANO_NETWORK in .env by @rober-m
42-
- Drop the web builder surface by @rober-m
17+
- Add --table for a compact tools-by-role matrix (#77)
4318

4419
### Fixes
4520

46-
- Don't crash installer verify on unstattable bin dir by @rober-m
47-
- Correct broken doctor recipes and harden installer-recipes gate by @rober-m
48-
- Detect tx3 off-chain (#58) by @rober-m
49-
- Add FromStr impl for Network to fix clippy build by @rober-m
50-
- Canonicalize nix_packages order (#65) by @rober-m
21+
- Detect tx3 despite @meshsdk dep, and silence git note (#74)
22+
23+
## [v0.2.0] - 2026-08-18
24+
25+
### Documentation
26+
27+
- Add installer-recipes CI badge to README
28+
- Document the Gift Card reference example
29+
- Correct inaccuracies vs implementation
30+
31+
### Features
32+
33+
- Add `fullstack` option that combines `on-chain` and `off-chain` roles in a single folder
34+
- Implement Scalus on-chain, off-chain, and fullstack templates
35+
- Add scalus to smoke test CI
36+
- Add CI to verify dependency installers
37+
- Clean pychache and allow running CI on selected PRs
38+
- Add Plinth + restructure --nix generation to have composable flakes
39+
- Make direnv allow non-interactive with a warning for non-trusted substituters
40+
- Change validator to match default "Gift Card" example
41+
- Gate experimental tools behind explicit opt-in (#11)
42+
- Scalus templates use the Gift Card example, blueprint-driven off-chain
43+
- Add Evolution SDK
44+
- Data-driven off-chain ↔ provider compatibility
45+
- Add Tx3 off-chain template (Gift Card)
46+
- Remove unnecessary comments
47+
- Generate AGENTS.md tailored to the selected stack
48+
- Redesign CLI output and errors
49+
- Add devnet smoke badge to README
50+
- First draft on update/remove tooling
51+
- Add git initialization, remove `cardano-init edit`, and improve help message
52+
- `cardano-init add` replaces without prompt if git tree is clean
53+
- Fold updating-project-ooling to main docs
54+
- Fold updating-project-ooling to main docs
55+
- Add more tests about updating tools functionality
56+
- Fix network to preview, switch via CARDANO_NETWORK in .env
57+
- Drop the web builder surface
58+
59+
### Fixes
60+
61+
- Don't crash installer verify on unstattable bin dir
62+
- Correct broken doctor recipes and harden installer-recipes gate
63+
- Detect tx3 off-chain (#58)
64+
- Add FromStr impl for Network to fix clippy build
65+
- Canonicalize nix_packages order (#65)
5166

5267
### Refactor
5368

54-
- Void datum + off-chain seed, dropping the redundant params by @rober-m
69+
- Void datum + off-chain seed, dropping the redundant params
5570

56-
## [0.1.0] - 2026-07-10
71+
## [v0.1.0] - 2026-07-10
5772

5873
### Features
5974

60-
- Add `cardano-init doctor` by @rober-m
61-
- Add flake.nix by @rober-m
62-
- Add `cardano-init list` command by @rober-m
63-
- Update README by @rober-m
64-
- Add nix installer (closes #2) by @rober-m
65-
- Improve install/usage instructions by @rober-m
66-
- Update tests and docs by @rober-m
75+
- Add `cardano-init doctor`
76+
- Add flake.nix
77+
- Add `cardano-init list` command
78+
- Update README
79+
- Add nix installer (closes #2)
80+
- Improve install/usage instructions
81+
- Update tests and docs
6782
- Add cargo dist to hanble the releases
68-
- Ignore .claude by @rober-m
69-
- Added npm to publish platforms by @rober-m
83+
- Ignore .claude
84+
- Added npm to publish platforms
7085

7186
### Fixes
7287

73-
- Remove redundant borrow in println (clippy 1.97) by @paulobressan
88+
- Remove redundant borrow in println (clippy 1.97)
7489

75-
[0.2.0]: https://github.com/input-output-hk/cardano-init/compare/v0.1.0..v0.2.0
76-
[0.1.0]: https://github.com/input-output-hk/cardano-init/releases/tag/v0.1.0
90+
[v0.2.1]: https://github.com/input-output-hk/cardano-init/compare/v0.2.0..v0.2.1
91+
[v0.2.0]: https://github.com/input-output-hk/cardano-init/compare/v0.1.0..v0.2.0
92+
[v0.1.0]: https://github.com/input-output-hk/cardano-init/releases/tag/v0.1.0
7793

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-init"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "Scaffold a complete, runnable Cardano protocol project in seconds."
66
repository = "https://github.com/input-output-hk/cardano-init"

0 commit comments

Comments
 (0)