Skip to content

Commit

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

## [Unreleased]

## [0.2.0]

### Added

- Jobs filtered views ([#5](https://github.com/virolea/panoptic/pull/5))
Expand Down
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:
panoptic (0.1.3)
panoptic (0.2.0)
pagy (~> 6.2)
rails (~> 7.1)
solid_queue (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/panoptic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Panoptic
VERSION = "0.1.3"
VERSION = "0.2.0"
end

0 comments on commit 22f5f32

Please sign in to comment.