Skip to content

Commit

Permalink
bump changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed May 24, 2019
1 parent 6ae0bc9 commit 56dc204
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log
This project tries to adhere to [Semantic Versioning](http://semver.org/).
This project tries to adhere to [Semantic Versioning](https://semver.org/).

## 0.3.0 - 2019-05-24
Small fixes and no real feature changes, but enough build tooling was
changed that this is being considered a minor release instead of patch.

### Changed
- Build tooling updated to more modern Go toolchain, removing some legacy/deprecated tools so that this actually can be maintained in 2019.
- Switch from Godep to go modules (and removed vendored modules).
- Switch release build cross-compile tool from goxc to goreleaser.
- go-bindata updates.
- CLI library updated to recent version of Cobra.

### Fixed
- Fix processing statuses with very complex changesets (#45)
- scmpuff expand should escape '*' (#44, thx @jdelStrother)
- scmpuff status works on naked zero commit repo (#37, thx @zommerfelds)

## 0.2.1 - 2017-02-17
### Fixed
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ integration testing because of the excellent Cucumber/Aruba package for testing
CLI tools.

Thus, to bootstrap, you will need to have Ruby and bundler installed on your
system. Do `bundle install; rake bootstrap` to get the dev environment going.
We assume you are both cloned into and have your $GOPATH properly set.
system. Do `bundle install` to get the dev environment going.

Since we already have Ruby then for tests, we use a Rakefile instead of Makefile
since it offers some niceties. Do `rake -T` to see available tasks.

`GO_VERSION >= 1.7` is required to build.

0 comments on commit 56dc204

Please sign in to comment.