Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.2 #5

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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