Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfeitosa committed Aug 8, 2024
1 parent bc43afd commit 903c328
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 61 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ env
.venv
.pytest_cache/
__pycache__/
docs/build/
docs/_build/
docs/_static/
.replit
replit.nix
make.py
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `flat_map.flat_map()` by [@LukeberryPi](https://github.com/LukeberryPi/) ([#6](https://github.com/natanfeitosa/pyfunctools/pull/6))

### Changed

### Fixed

### Removed

## [v0.7.0](https://github.com/natanfeitosa/pyfunctools/compare/v0.7.0...v0.6.0) - 2024-08-08

### Added

- `flat_map.flat_map()` by [@LukeberryPi](https://github.com/LukeberryPi/) ([#6](https://github.com/natanfeitosa/pyfunctools/pull/6))
- `async_decorator`
- `retry_decorator`
- `threaded_decorator`
- `timing_decorator`

## [v0.6.0](https://github.com/natanfeitosa/pyfunctools/releases/tag/v0.6.0) - 2023-02-23

### Added
Expand Down
78 changes: 49 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 903c328

Please sign in to comment.