From b213153cabde97add405baacbe792ae9ad3ea62d Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Tue, 24 Sep 2024 14:29:34 -0400 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 8 ++------ Gemfile.lock | 2 +- checksums/sof-mcm-0.1.1.gem.sha512 | 1 + lib/sof/mcm/version.rb | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 checksums/sof-mcm-0.1.1.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index ac57c18..9133831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,11 @@ 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.1.2] - Unreleased + ## [0.1.1] - 2024-09-24 ### Changed - Altered the comment for test stubbing to remove custom value. - Made test helper stubbed API URI required. - -## [0.1.0] - 2024-07-12 - -### Added - -- Extracted initial implementation diff --git a/Gemfile.lock b/Gemfile.lock index 743b3d6..81f963c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sof-mcm (0.1.1) + sof-mcm (0.1.2) json net_http_timeout_errors diff --git a/checksums/sof-mcm-0.1.1.gem.sha512 b/checksums/sof-mcm-0.1.1.gem.sha512 new file mode 100644 index 0000000..c3a7154 --- /dev/null +++ b/checksums/sof-mcm-0.1.1.gem.sha512 @@ -0,0 +1 @@ +c672abfad80553e58fa237709ca4e84d4471df34bcb86368e800a45dcb6b476fa48824bb8ae7f2f7a043cea161832747516427a118be66b2ea874dd1409bdf1b diff --git a/lib/sof/mcm/version.rb b/lib/sof/mcm/version.rb index 0e66a53..e7f7f94 100644 --- a/lib/sof/mcm/version.rb +++ b/lib/sof/mcm/version.rb @@ -2,6 +2,6 @@ module SOF module MCM - VERSION = "0.1.1" + VERSION = "0.1.2" end end