From f5fa4423dac43d37998d65a46c61675f92d16856 Mon Sep 17 00:00:00 2001 From: kumavale Date: Tue, 14 Feb 2023 17:56:17 +0900 Subject: [PATCH] Update version 0.5.1 --- CHANGELOG.md | 4 ++++ concatsql/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2564a9..29313a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2023-02-14 +### Fixed +- Fix README examples + ## [0.5.0] - 2023-02-14 ### Added - Add `query!` macro diff --git a/concatsql/Cargo.toml b/concatsql/Cargo.toml index 3790626..14eb0da 100644 --- a/concatsql/Cargo.toml +++ b/concatsql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concatsql" -version = "0.5.0" +version = "0.5.1" authors = ["kumavale"] edition = "2018" license = "MIT"