Skip to content

Commit

Permalink
Version bump + update deps: 0.3.9 -> 0.3.10 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 20, 2018
1 parent 68b343b commit ef45b02
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10] - 2018-3-19
## Added
- Make .env vars available in env_var functions (#310)

## [0.3.8] - 2018-3-5
## Added
- Add dotenv integration (#306)
Expand Down
59 changes: 31 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.3.9"
version = "0.3.10"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down

0 comments on commit ef45b02

Please sign in to comment.