Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
[GH-55] CHANGELOG updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 12, 2020
1 parent 5d47f0e commit 2ac78c2
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,87 @@
# 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]

## [2.1.5] - 2020-11-12

### Fixed

- Go-yq was not found in Alpine due to build issues.

### Changed

- Golang version (1.15.4)

## [2.1.4] - 2020-04-09

### Changed

- Golang Version (1.14.2).

## [2.1.3] - 2020-02-03

### Fixed

- Some errors were ignored.

## [2.1.2] - 2019-12-09

### Added

- Debian support.

## [2.1.1] - 2019-05-14

### Fixed

- Artifacts publication.

## [2.1.0] - 2019-05-13

### Added

- Docker support.

## [2.0.1] - 2018-12-12

### Fixed

- Float issue.

## [2.0.0] - 2018-11-13

### Changed

- jq compliant.

## [1.1.1] - 2018-11-11

### Fixed

- Keys may contain digits.

## [1.1.0] - 2018-11-03

### Added

- Nested hash.

## [1.0.0] - 2018-10-28

### Added

- get a value from yaml using yq

[Unreleased]: https://github.com/030/go-yq/compare/2.1.1...HEAD
[Unreleased]: https://github.com/030/go-yq/compare/2.1.5...HEAD
[2.1.5]: https://github.com/030/go-yq/compare/2.1.4...2.1.5
[2.1.4]: https://github.com/030/go-yq/compare/2.1.3...2.1.4
[2.1.3]: https://github.com/030/go-yq/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/030/go-yq/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/030/go-yq/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/030/go-yq/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/030/go-yq/compare/2.0.0...2.0.1
Expand Down

0 comments on commit 2ac78c2

Please sign in to comment.