Skip to content

Commit

Permalink
Merge tag 'v0.7.0' into develop
Browse files Browse the repository at this point in the history
* 477af58 - Merge branch 'feature/makefile_optimize' into develop
* 1bc2d9f - feat: optimize *.sh according to shellcheck
* 49b717d - feat: optimize 'make test' cmd
* c1029c4 - feat: add Dockerfile and add 'make docker' cmd
* 69932e0 - chore: format adjustment on regression_test.sh
  • Loading branch information
moooofly committed Jul 6, 2018
2 parents 477af58 + baa8fe9 commit 1442136
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## v0.7.0 (2018-7-6)

### New Features

* Add Dockerfile and add 'make docker' cmd

### Improvements

* Optimize *.sh according to shellcheck
* Optimize 'make test' cmd

### Bug Fixes


## v0.6.0 (2018-6-27)

### New Features

* Add jobs related APIs
* Make version info generated automatically

### Improvements

* Integrate packing function into Makefile
* Optimize api/logs.go on values of 'operation'
* Moving scripts/*.yaml to conf/*.yaml

### Bug Fixes


## v0.5.0 (2018-6-22)

### New Features

* Add issue template
* Add `CHANGELOG.md`
* Add `version` cmd showing info

### Improvements

* Update `scripts/binPack.sh` for easy packaging
* Moving *.sh into scripts/
* Rename `rp_repos.sh` -> `rp_repos_simulation.sh`
* Rename `test.sh` -> `regression_test.sh`

### Bug Fixes


## v0.4.0 (2018-6-20)

### New Features
Expand Down Expand Up @@ -27,6 +75,7 @@

* Fix wrongly used heapsort in rp_tags (from maxheap to minheap)


## v0.2.0 (2018-6-13)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0
v0.7.0

0 comments on commit 1442136

Please sign in to comment.