diff --git a/CHANGELOG.md b/CHANGELOG.md index 16efdcb3890a6e2c24b1229b220c36f6c112dba0..2c799ea2ee8d022dee8082a663f24ebee7392390 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 d9067357c3e33a6fa83eee0b00826b494ee97ebd..abfb47c449d6859238b98a90ec38243b74b963c1 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 b59f6f9511aaa1cbcd3b27592d31a349a3f673a8..5e3b7e42effa5ac1d87cda5d66247940837861fd 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>"]