added CHANGELOG.md and bump version

This commit is contained in:
sugarme 2020-10-24 00:41:08 +11:00
parent 8b8f92f1f0
commit c9092b1104

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- [#...]: Fix a bug with...
### Changed
- [#...]:
### Added
- [#...]:
## [0.1.8]
### Changed
- [#10]: `ts.Drop()` and `ts.MustDrop()` now can call multiple times without panic
[#10]: https://github.com/sugarme/gotch/issues/10