Skip to content

Commit

Permalink
Bump version to v0.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Jan 6, 2023
1 parent 7d026b9 commit 1d2f891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.2.0](https://github.com/dbt-labs/jaffle-shop-generator/releases/tag/v0.2.0) - 2023-01-06

### Added

- `jafgen` now takes an argument (an integer between 1 and 10) `--years` to control the length of the simulation

### Fixed

- Create directory `jaffle-data` for output if it doesn't already exist
Expand Down
2 changes: 1 addition & 1 deletion jafgen/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "1"
_MINOR = "2"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
Expand Down

0 comments on commit 1d2f891

Please sign in to comment.