Skip to content

Commit

Permalink
Update release notes for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jan 18, 2021
1 parent 91aec34 commit 4ad0cc4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Version 0.6.0 (2021/01/17)

### Pull Requests Merged

#### Features added

* [PR 11](https://github.com/pytroll/donfig/pull/11) - Add dask config conversion javascript utility
* Drop support for Python <3.6

In this release 1 pull request was closed.


## Version 0.5.0 (2019/11/06)

### Pull Requests Merged
Expand Down
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
3. run the unittests
4. run `loghub` and update the `CHANGELOG.md` file:

```
loghub pytroll/donfig -u <username> -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
```
```
loghub pytroll/donfig --token $LOGHUB_GITHUB_TOKEN -st v<previous version> -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring"
```

Don't forget to commit!

Expand Down

0 comments on commit 4ad0cc4

Please sign in to comment.