Skip to content

Commit

Permalink
Merge pull request #1 from msuliq/chore/update-workflows
Browse files Browse the repository at this point in the history
Separate workflows for PR and build
  • Loading branch information
msuliq committed Apr 15, 2023
2 parents 7e5a0c9 + ee824bc commit dd443ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
## [0.1.1] - 2023-04-09
- Fixes for broken links
- Updates to CI workflow

## [0.1.2] - 2023-04-09
- Improvements to CI workflow
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
distributed_merge (0.1.0)
distributed_merge (0.1.2)

GEM
remote: https://rubygems.org/
Expand All @@ -21,7 +21,7 @@ GEM
rake (13.0.6)
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.49.0)
rubocop (1.50.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/distributed_merge/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DistributedMerge
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit dd443ef

Please sign in to comment.