We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb699d commit 2f4db43Copy full SHA for 2f4db43
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## [0.6.0] - 2025-11-26
4
+
5
+### Features
6
+- Allow setting no prefix for issue IDs
7
8
+### Refactoring
9
+- Remove extra loop when listing issues
10
+- Use strings.Builder to compose text
11
12
## [0.5.1] - 2025-11-25
13
14
### Style
@@ -128,6 +137,7 @@
128
137
- Add a basic program that will run
129
138
- Add mise.toml
130
139
140
+[0.6.0]: https://github.com/mybuddymichael/mint/compare/v0.5.1..v0.6.0
131
141
[0.5.1]: https://github.com/mybuddymichael/mint/compare/v0.5.0..v0.5.1
132
142
[0.5.0]: https://github.com/mybuddymichael/mint/compare/v0.4.1..v0.5.0
133
143
[0.4.1]: https://github.com/mybuddymichael/mint/compare/v0.4.0..v0.4.1
0 commit comments