Skip to content

Commit

Permalink
[doc] Update changelog and roadmap for 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
at15 committed Apr 28, 2019
1 parent 58aae4e commit 8a117fe
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.0.11

Released on 2019/04/28

[release](https://github.com/dyweb/gommon/releases/tag/0.0.11) [closed issues](https://github.com/dyweb/gommon/issues?q=is%3Aissue+milestone%3A0.0.11+is%3Aclosed)

Breaking change

- [#112](https://github.com/dyweb/gommon/issues/112) Legacy package moved to its own repo [gommon-legacy](https://github.com/dyweb/gommon-legacy)
- [#110](https://github.com/dyweb/gommon/issues/110) Simplify log registry, no longer have tree
- [#97](https://github.com/dyweb/gommon/issues/97) Contains a global registry

New feature

- [#60](https://github.com/dyweb/gommon/issues/60) Use env var `GOMMON_LOG_LEVEL` to set default log level

Removed package

- [#113](https://github.com/dyweb/gommon/issues/113) structure package is moved to legacy

## v0.0.10

[release](https://github.com/dyweb/gommon/releases/tag/0.0.10) [closed issues](https://github.com/dyweb/gommon/issues?q=is%3Aissue+milestone%3A0.0.10+is%3Aclosed)
Expand Down
12 changes: 10 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Up coming

### 0.0.11
### 0.0.12

- [ ] align errors with x/errors which will become the default [#109](https://github.com/dyweb/gommon/issues/109)

From 0.0.11

- [ ] simplify log package, move deprecated package to its own repo
- [ ] requests, download and upload file, a curl like example

From 0.0.10
Expand All @@ -20,6 +23,11 @@ From 0.0.9

## Finished

### 0.0.11

- [x] simplify log package [#110](https://github.com/dyweb/gommon/issues/110)
- [x] move deprecated package to its own repo [#112](https://github.com/dyweb/gommon/issues/112)

### 0.0.10

- [x] switch from dep to go mod
Expand Down

0 comments on commit 8a117fe

Please sign in to comment.