Skip to content

Commit

Permalink
Merge pull request #5 from SOFware/reissue/0.1.2
Browse files Browse the repository at this point in the history
Bump version to 0.1.2
  • Loading branch information
saturnflyer authored Sep 24, 2024
2 parents bcd8fbe + b213153 commit e4799bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sof-mcm (0.1.1)
sof-mcm (0.1.2)
json
net_http_timeout_errors

Expand Down
1 change: 1 addition & 0 deletions checksums/sof-mcm-0.1.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c672abfad80553e58fa237709ca4e84d4471df34bcb86368e800a45dcb6b476fa48824bb8ae7f2f7a043cea161832747516427a118be66b2ea874dd1409bdf1b
2 changes: 1 addition & 1 deletion lib/sof/mcm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module SOF
module MCM
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit e4799bb

Please sign in to comment.