Skip to content

Commit

Permalink
Merge pull request #210 from botstory/feature/changelog
Browse files Browse the repository at this point in the history
Feature/changelog
  • Loading branch information
hyzhak committed May 16, 2017
2 parents 20e6277 + 48c31c1 commit c2f8ed4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
unreleased=false
since-tag=0.0.63
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

## [0.1.0](https://github.com/botstory/botstory/tree/0.1.0) (2017-04-18)
[Full Changelog](https://github.com/botstory/botstory/compare/0.0.63...0.1.0)

**Fixed bugs:**

- serialization of sticker.Like doesn't work [\#185](https://github.com/botstory/botstory/issues/185)
- forking.Switch\(dict\) random order [\#182](https://github.com/botstory/botstory/issues/182)

**Merged pull requests:**

- Update aiohttp to 2.0.7 [\#187](https://github.com/botstory/botstory/pull/187) ([pyup-bot](https://github.com/pyup-bot))
- hotfix/like-serialization [\#186](https://github.com/botstory/botstory/pull/186) ([hyzhak](https://github.com/hyzhak))
- Hotfix/random order of switch [\#183](https://github.com/botstory/botstory/pull/183) ([hyzhak](https://github.com/hyzhak))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ contribution and would love to hear about your experience.*

and many other features

# News and Changelog

[CHANGELOG.md](CHANGELOG.md)

# Background

We are developing botstory mindful of the need to have easily reading API
Expand Down Expand Up @@ -243,6 +247,10 @@ def list_of_tasks_story():

```

# License

[MIT](LICENSE.txt)

# Contributing

Contributions of all sizes are welcome.
Expand Down

0 comments on commit c2f8ed4

Please sign in to comment.