We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b140fb4 commit 261f086Copy full SHA for 261f086
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+# Changelog
2
+
3
+Version history for `cardano-ledger-release-tool`
4
5
+## 0.1.1.0
6
7
+### changelogs
8
9
+* Improve error reporting
10
+ - Catch and report IO exceptions
11
+ - Exit with a failure if exceptions or errors occurred
12
+* Stop appending an extra blank line when writing to stdout
13
+* Add `--version` options to main and subcommands
14
15
+## 0.1.0.0
16
17
+* Restructure as a single `cardano-ledger-release-tool` app with subcommands
18
19
+## 0.0.0.0
20
21
22
23
+* Initial release of the `changelogs` app
0 commit comments