We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2fcce commit f1b2e5dCopy full SHA for f1b2e5d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.2.16 (2025/02/05)
4
+
5
NEW FEATURES:
6
7
* Add block new cmd ([#106](https://github.com/minamijoyo/hcledit/pull/106)) ([#109](https://github.com/minamijoyo/hcledit/pull/109)) ([#110](https://github.com/minamijoyo/hcledit/pull/110))
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
var (
10
// Version is version number which automatically set on build.
11
- Version = "0.2.15"
+ Version = "0.2.16"
12
)
13
14
func init() {
0 commit comments