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 b6a4551 commit 7a27b05Copy full SHA for 7a27b05
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.2.0
4
+
5
+ - Added Docker-based development support
6
+ - Trimmed output and added a global verbose flag to get it all back
7
+ - Refactored the entire codebase for better design
8
+ - Deprecated code cleanup
9
10
## 1.1.0
11
12
- Renamed from `devtools` to `rig`.
cli/main.go
@@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)
-const VERSION = "1.1.0"
+const VERSION = "1.2.0"
13
// It all starts here
14
func main() {
0 commit comments