Skip to content

Commit 47b580b

Browse files
committed
Version 0.7.0
1 parent 3252a12 commit 47b580b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ext/rscsv/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.

ext/rscsv/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rscsv"
3-
version = "0.5.0"
3+
version = "0.7.0"
44
authors = ["Ville Lautanala <lautis@gmail.com>"]
55
edition = "2021"
66

@@ -10,4 +10,3 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
magnus = { version = "0.7", features = ["rb-sys"] }
1212
csv = "1"
13-

lib/rscsv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rscsv
2-
VERSION = '0.6.0'.freeze
2+
VERSION = '0.7.0'.freeze
33
end

0 commit comments

Comments
 (0)