Skip to content

Commit

Permalink
fix ci workflow, bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msuliq committed Apr 15, 2023
1 parent 73104a0 commit 42f72bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

## [0.1.0] - 2023-04-09
- Initial release

## [0.1.1] - 2023-04-09
- Fixes for broken links
- Updates to CI workflow
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DistributedMerge

[![Gem Version](https://badge.fury.io/rb/distributed_merge.svg)] [![Coverage](https://img.shields.io/badge/coverage-100%25-success.svg)](https://github.com/grosser/single_cov)
[![Coverage](https://img.shields.io/badge/coverage-100%25-success.svg)](https://github.com/grosser/single_cov)

'distributed_merge' is a Ruby gem that adds a method to Array class that allows
merge interleaving arrays of non-equal length with elements being equally
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.0"
VERSION = "0.1.1"
end

0 comments on commit 42f72bc

Please sign in to comment.