From cd52bcfde8ce24aeaffec0968f155119e02c5a66 Mon Sep 17 00:00:00 2001 From: tmontaigu Date: Tue, 8 Aug 2023 23:07:38 +0200 Subject: [PATCH] Version 0.5.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0aa2c..cca2014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.5.0 + - Bumped dbase to 0.4.0 + # 0.4.0 - Added `shape_count` to the reader - Bumped dbase to 0.3.0 to bring code page support diff --git a/Cargo.toml b/Cargo.toml index 429636d..0c6aef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shapefile" -version = "0.4.0" +version = "0.5.0" authors = ["tmontaigu "] description = "Read & Write shapefiles in Rust" license = "MIT"