summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2018-03-05 13:28:30 -0800
committerGitHub <noreply@github.com>2018-03-05 13:28:30 -0800
commit70e96d52ebec1695819a4e6bf409f0b778a3d655 (patch)
treeda6e9324224ca88976fbd1b23ebff0e107e9bead
parent70234f61939157eb62eaf8709c79655e1d2e0e9f (diff)
Bump version: 0.3.8 -> 0.3.9 (#308)v0.3.9
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee2b1884..e7589ac8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ 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).
+## [0.3.8] - 2018-3-5
+## Added
+- Add dotenv integration (#306)
+
## [0.3.7] - 2017-12-11
### Fixed
- Fix error if ! appears in comment (#296)
diff --git a/Cargo.lock b/Cargo.lock
index 2a051a52..3c98662a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -164,7 +164,7 @@ dependencies = [
[[package]]
name = "just"
-version = "0.3.8"
+version = "0.3.9"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 32964a0c..d4f8b73a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.3.8"
+version = "0.3.9"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"