Skip to content

Commit 53b075c

Browse files
committed
Fix version: use 0.3.7 (Cargo doesn't support 4-part versions)
1 parent 22d1075 commit 53b075c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.3.6.1] - 2026-02-03
8+
## [0.3.7] - 2026-02-03
99

1010
### Fixed
1111

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule RustyCSV.MixProject do
22
use Mix.Project
33

4-
@version "0.3.6.1"
4+
@version "0.3.7"
55
@source_url "https://github.com/jeffhuen/rustycsv"
66

77
def project do

native/rustycsv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustycsv"
3-
version = "0.3.6.1"
3+
version = "0.3.7"
44
authors = ["Jeff Huen"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)