Skip to content

Commit

Permalink
Bump version to 0.2.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
unused authored Oct 25, 2024
1 parent 006ba44 commit 0bef533
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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/).

## [Unreleased] - yyyy-mm-dd
## 0.2.0 - 2024-10-25

Provide explicit Test Task via Rake for Minitest, Rspec, and Rails. Extend
documentation.

## 0.1.0 - 2024-09-22

Initial release.
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:
test-map (0.1.0)
test-map (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/test_map/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TestMap
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 0bef533

Please sign in to comment.