Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaycher committed Nov 17, 2022
1 parent b1a12f8 commit 2021d05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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/),


## [Unreleased]

## [0.0.4] - 2022-11-17
### Fixed
- try to fix dev dependency

Expand All @@ -20,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Add basic working functionality to avoid magic string references

[Unreleased]: https://github.com/rtaycher/pytest-fixture-ref/compare/0.0.3...master
[Unreleased]: https://github.com/rtaycher/pytest-fixture-ref/compare/0.0.4...master
[0.0.4]: https://github.com/rtaycher/pytest-fixture-ref/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/rtaycher/pytest-fixture-ref/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/rtaycher/pytest-fixture-ref/compare/0.0.1...0.0.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-fixture-ref"
version = "0.0.2"
version = "0.0.4"
description = "Lets users reference fixtures without name matching magic."
authors = [
"Roman A. Taycher <[email protected]>",
Expand Down

0 comments on commit 2021d05

Please sign in to comment.