diff options
| author | mokha <mo@mokhan.ca> | 2019-04-30 14:23:40 -0600 |
|---|---|---|
| committer | mokha <mo@mokhan.ca> | 2019-04-30 14:23:40 -0600 |
| commit | bb655a7c7599fc5dd2fb72da0be2dd73d5e5201d (patch) | |
| tree | 42a17e17eaa86a0b81e4c4ccc7fd7fe0b09558f0 | |
| parent | fbc63fe14873d36ba524e8b222ccccfe1546150d (diff) | |
publish 0.4.0v0.4.0
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/xml/kit/version.rb | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e7140..61e2414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.3.1 +Version 0.4.0 # Changelog All notable changes to this project will be documented in this file. @@ -7,6 +7,9 @@ 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] +- nil + +## [0.4.0] - 2019-04-30 ### Added - provide stable API for specifying the digest method and signature method. @@ -32,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - errors are merged together instead of overwritten during attribute validation. [Unreleased]: https://github.com/saml-kit/xml-kit/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/saml-kit/xml-kit/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/saml-kit/xml-kit/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/saml-kit/xml-kit/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/saml-kit/xml-kit/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.14...v0.2.0 diff --git a/Gemfile.lock b/Gemfile.lock index a0e76ba..6966644 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xml-kit (0.3.1) + xml-kit (0.4.0) activemodel (>= 4.2.0) builder (~> 3.2) nokogiri (~> 1.10) diff --git a/lib/xml/kit/version.rb b/lib/xml/kit/version.rb index ac0d2f2..b1cfbad 100644 --- a/lib/xml/kit/version.rb +++ b/lib/xml/kit/version.rb @@ -2,6 +2,6 @@ module Xml module Kit - VERSION = '0.3.1' + VERSION = '0.4.0' end end |
