1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Update changelog for v1.21.0 release

This commit is contained in:
Tom Wright
2021-09-29 10:49:40 +01:00
parent 091fb8e491
commit 85860755d9

View File

@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet.
## [v1.21.0] - 2021-09-29
### Added
- `--escape-html` flag.
### Fixed
- `put document` and `put object` are now aware of the `--merge-input-documents` flag.
## [v1.20.1] - 2021-08-28
## [v1.20.1] - 2021-09-28
### Added
@@ -378,7 +382,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Everything!
[unreleased]: https://github.com/TomWright/dasel/compare/v1.20.1...HEAD
[unreleased]: https://github.com/TomWright/dasel/compare/v1.21.0...HEAD
[v1.21.0]: https://github.com/TomWright/dasel/compare/v1.20.1...v1.21.0
[v1.20.1]: https://github.com/TomWright/dasel/compare/v1.20.0...v1.20.1
[v1.20.0]: https://github.com/TomWright/dasel/compare/v1.19.0...v1.20.0
[v1.19.0]: https://github.com/TomWright/dasel/compare/v1.18.0...v1.19.0