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

Commit

Permalink
Merge pull request #44 from 030/gh39-changelog
Browse files Browse the repository at this point in the history
[GH-39] changelog
  • Loading branch information
030 authored May 13, 2019
2 parents f46dece + 6bc3641 commit 837fb72
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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.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.0...HEAD
[2.1.0]: https://github.com/030/go-yq/releases/tag/2.1.0
[2.0.1]: https://github.com/030/go-yq/releases/tag/2.0.1
[2.0.0]: https://github.com/030/go-yq/releases/tag/2.0.0
[1.1.1]: https://github.com/030/go-yq/releases/tag/1.1.1
[1.1.0]: https://github.com/030/go-yq/releases/tag/1.1.0
[1.0.0]: https://github.com/030/go-yq/releases/tag/1.0.0
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

[![Build Status](https://travis-ci.org/030/go-yq.svg?branch=master)](https://travis-ci.org/030/go-yq)
[![Go Report Card](https://goreportcard.com/badge/github.com/030/go-yq)](https://goreportcard.com/report/github.com/030/go-yq)
![DevOps SE Questions](https://img.shields.io/stackexchange/devops/t/go-yq.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/utrecht/go-yq.svg)
![Issues](https://img.shields.io/github/issues-raw/030/go-yq.svg)
![Pull requests](https://img.shields.io/github/issues-pr-raw/030/go-yq.svg)
![Total downloads](https://img.shields.io/github/downloads/030/go-yq/total.svg)
![License](https://img.shields.io/github/license/030/go-yq.svg)
![Repository Size](https://img.shields.io/github/repo-size/030/go-yq.svg)
![Contributors](https://img.shields.io/github/contributors/030/go-yq.svg)
![Commit activity](https://img.shields.io/github/commit-activity/m/030/go-yq.svg)
![Last commit](https://img.shields.io/github/last-commit/030/go-yq.svg)
![Release date](https://img.shields.io/github/release-date/030/go-yq.svg)
![Latest Production Release Version](https://img.shields.io/github/release/030/go-yq.svg)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=030_go-yq&metric=bugs)](https://sonarcloud.io/dashboard?id=030_go-yq)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=030_go-yq&metric=code_smells)](https://sonarcloud.io/dashboard?id=030_go-yq)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=030_go-yq&metric=coverage)](https://sonarcloud.io/dashboard?id=030_go-yq)
Expand Down

0 comments on commit 837fb72

Please sign in to comment.