Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
porras committed Aug 31, 2017
1 parent 86fb441 commit 2f7cde3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/porras/crul/compare/0.4.1...HEAD)
## [Unreleased](https://github.com/porras/crul/compare/v0.4.2...HEAD)

## [0.4.2](https://github.com/porras/crul/compare/v0.4.1...v0.4.2) (2017-08-31)
### Added
- Autodetect JSON API format([#24](https://github.com/porras/crul/pull/24), thanks [nilsding](https://github.com/nilsding))

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crul
version: 0.4.1
version: 0.4.2

dependencies:
completion:
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Crul
VERSION = "0.4.1"
VERSION = "0.4.2"

def self.version_string
"crul #{VERSION} (#{{{`date -u`.strip.stringify}}})"
Expand Down

0 comments on commit 2f7cde3

Please sign in to comment.