Skip to content

Commit

Permalink
Prepare v0.1.1. release (#66)
Browse files Browse the repository at this point in the history
* Update changelog and version in preparation for new release

* Update CHANGELOG.md

---------

Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
garrettmflynn and CodyCBakerPhD authored May 20, 2024
1 parent 8ab8504 commit fb47194
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased
* Update the arguments for all `tqdm_publisher` classes to mirror the `tqdm` constructor, adding additional parameters as required keyword arguments. [PR #65](https://github.com/catalystneuro/tqdm_publisher/pull/65)
## v0.1.1 (May 20th, 2024)

Patch release for consistent usage of our wrappers with the `tqdm.tqdm` class, particularly to support manual updates to the progress bar.

### Bug Fixes
- Updated the arguments for all `tqdm_publisher` classes to mirror the `tqdm` constructor, adding additional parameters as required keyword arguments. [PR #65](https://github.com/catalystneuro/tqdm_publisher/pull/65)



## v0.1.0 (April 26th, 2024)
* The first alpha release of `tqdm_publisher`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source = "vcs"

[project]
name = "tqdm_publisher"
version="0.1.0"
version="0.1.1"
authors = [
{ name="Garrett Flynn", email="[email protected]" },
{ name="Cody Baker", email="[email protected]" },
Expand Down

0 comments on commit fb47194

Please sign in to comment.