From a57e2598391d964c3a45efce063231922a41070b Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Tue, 19 Jun 2018 21:13:04 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16efdcb..2c799ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] ### Added - [DEV] Initial test scaffolding diff --git a/Cargo.lock b/Cargo.lock index d906735..abfb47c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,7 +696,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "swerve" -version = "0.2.0" +version = "0.3.0" dependencies = [ "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "formdata 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b59f6f9..5e3b7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swerve" -version = "0.2.0" +version = "0.3.0" description = "Quick and easy multithreaded file server for local front end development" authors = ["Louis Capitanchik <contact@louiscap.co>"] -- GitLab