diff --git a/CHANGELOG.md b/CHANGELOG.md index d74e3ba..54bd505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3.2] - YYYY-MM-DD +## [0.3.2] - 2021-06-24 ### Changed diff --git a/Cargo.lock b/Cargo.lock index cb84b56..da6bc6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "gitweb" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "flexi_logger", diff --git a/Cargo.toml b/Cargo.toml index a3cb6c9..53b8140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "Apache-2.0" name = "gitweb" readme = "README.md" repository = "https://github.com/yoannfleurydev/gitweb" -version = "0.3.1" +version = "0.3.2" [dependencies] anyhow = "1.0"