Skip to content

Commit 7a27b05

Browse files
committed
Bumped version number and changelog
1 parent b6a4551 commit 7a27b05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.1.0
411

512
- Renamed from `devtools` to `rig`.

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/urfave/cli"
99
)
1010

11-
const VERSION = "1.1.0"
11+
const VERSION = "1.2.0"
1212

1313
// It all starts here
1414
func main() {

0 commit comments

Comments
 (0)