Skip to content

Commit

Permalink
Bumps to version 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Aug 18, 2019
1 parent 79651eb commit f43d641
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.0] - 2019-08-18

### Changed

- Crystal 0.30.0 deprecated `URI.escape` in favour of `URI.encode_www_form`. Updated this to match the original behaviour (with `space_to_plus: false`).
- Crystal 0.28.0 deprecated `Time.now`. Updated to use `Time.utc` which is actually more correct according to the RFC.
- Crystal 0.29.0 deprecated the behaviour of `Int#/` to return integers. Changed to use `Int#//` instead.

## [0.3.0] - 2019-07-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crotp
version: 0.3.0
version: 0.4.0

authors:
- Phil Nash <[email protected]>
Expand All @@ -9,6 +9,6 @@ dependencies:
github: noumar/base32
branch: master

crystal: 0.28.0
crystal: 0.30.0

license: MIT

0 comments on commit f43d641

Please sign in to comment.