From d914c3192fd4f095420f77ce04fc496a22890420 Mon Sep 17 00:00:00 2001
From: Yoann Fleury <yoann.fleury@yahoo.com>
Date: Fri, 1 Oct 2021 17:08:20 +0100
Subject: [PATCH] chore: prepare to release

---
 CHANGELOG.md | 6 ++++++
 Cargo.lock   | 4 +++-
 Cargo.toml   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54bd505..4a916a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.3] - 2021-10-01
+
+### Changed
+
+- upgrade dependencies
+
 ## [0.3.2] - 2021-06-24
 
 ### Changed
diff --git a/Cargo.lock b/Cargo.lock
index f7313c0..20960b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
+version = 3
+
 [[package]]
 name = "aho-corasick"
 version = "0.7.18"
@@ -157,7 +159,7 @@ dependencies = [
 
 [[package]]
 name = "gitweb"
-version = "0.3.2"
+version = "0.3.3"
 dependencies = [
  "anyhow",
  "flexi_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 5bdb5d7..958b9ab 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.2"
+version = "0.3.3"
 
 [dependencies]
 anyhow = "1.0"