Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Apr 7, 2022
1 parent cafed23 commit caa66e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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]

## [1.2.0] - 2022-04-07
### Added
- `cb team` command added to manage teams. Supports `create`, `list`, `info`,
`update` and `destroy`.
Expand Down
7 changes: 2 additions & 5 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: cb
version: 1.1.1-dev
version: 1.2.0

dependencies:
pg:
github: will/crystal-pg
raven:
github: sija/raven.cr

authors:
- Will Leinweber

targets:
cb:
main: src/cli.cr

crystal: 1.3.1
crystal: 1.3.2

license: GPLv3

0 comments on commit caa66e3

Please sign in to comment.