Skip to content

Commit 926e0da

Browse files
Merge pull request #7 from fetlife/bump-version-to-0.2.0
Bump version to 0.2.0
2 parents 825dad2 + 3d49048 commit 926e0da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distributing-iterator"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
publish = false
66
authors = ["Fetlife <[email protected]>", "Andrii Dmytrenko <[email protected]>"]

lib/distributing_iterator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DistributingIterator
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)