Skip to content

Commit

Permalink
Bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdeponte committed Jun 13, 2020
1 parent 2ed525b commit c4378b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ that you can set version constraints properly.

#### [Unreleased][unreleased]

#### [v3.3.0][v3.3.0] - 2020-06-12

* `Added`: support for Rails monorepo spec & test files
* `Added`: support for JSX specs

Expand Down Expand Up @@ -90,4 +92,5 @@ that you can set version constraints properly.
[v3.0.0]: https://github.com/cyphactor/alt/compare/v2.4.0...v3.0.0
[v3.1.0]: https://github.com/cyphactor/alt/compare/v3.0.0...v3.1.0
[v3.2.0]: https://github.com/cyphactor/alt/compare/v3.1.0...v3.2.0
[v3.3.0]: https://github.com/cyphactor/alt/compare/v3.2.0...v3.3.0

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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]

name = "alt"
version = "3.2.0"
authors = [ "Andrew De Ponte <[email protected]>", "Brian Miller <[email protected]>", "Russ Cloak <[email protected]>" ]
version = "3.3.0"
authors = [ "Drew De Ponte <[email protected]>", "Brian Miller <[email protected]>", "Russ Cloak <[email protected]>" ]

[dependencies]

Expand Down

0 comments on commit c4378b1

Please sign in to comment.