Skip to content

Commit

Permalink
Bump to 0.11.1 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrop committed Aug 28, 2021
1 parent 44a8525 commit d844b93
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [0.11.1-beta] - 2021-08-28
### Added
- Added a new `exec` command as a shorthand for running commands within the working directory of a service (eg. `exec backend -- poetry install`).

Expand Down
2 changes: 1 addition & 1 deletion 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 = "cartel"
version = "0.11.0"
version = "0.11.1"
authors = ["xdrop <xdrop.me@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1

0 comments on commit d844b93

Please sign in to comment.