Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrebsch committed Nov 4, 2022
1 parent a754a31 commit c94f99f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2022-11-03

### Changed

- Avoid overriding `#initialize` of integrator instances (resolves [#1](https://github.com/pjrebsch/memorb/issues/1))
- Change reported `::name` of integration module from `Memorb:___` to `Memorb::Integration[___]`

## [0.2.1] - 2021-05-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/memorb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Memorb
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit c94f99f

Please sign in to comment.