Releasing v0.2.1

This commit is contained in:
Nick Gerakines 2020-04-25 17:48:55 -04:00
parent 51273acf68
commit f7664e52c0
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [0.2.1]
### Added
* Added support for uploading duplicate files.
### Fixed
* Fixed bug in uploads.
## [0.2.0]
### Added
@ -169,7 +179,8 @@ Project created
- [#40 Convert threading to use context instead of conversation](https://gitlab.com/ngerakines/tavern/-/issues/40)
- [#42 Remove object conversation and context tracking](https://gitlab.com/ngerakines/tavern/-/issues/42)
[Unreleased]: https://gitlab.com/ngerakines/tavern/-/compare/v0.2.0...master
[Unreleased]: https://gitlab.com/ngerakines/tavern/-/compare/v0.2.1...master
[0.2.1]: https://gitlab.com/ngerakines/tavern/-/compare/v0.2.0...v0.2.1
[0.2.0]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.2...v0.2.0
[0.1.2]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.1...v0.1.2
[0.1.1]: https://gitlab.com/ngerakines/tavern/-/compare/v0.1.0...v0.1.1