Skip to content

Commit

Permalink
chore: Release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Jun 29, 2024
1 parent b8f7612 commit 2c22f42
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 @@ -2,6 +2,8 @@

## [Unreleased] - TBD

## [0.2.0] - 2024-06-29

### Performance

- Use `__slots__` for data classes on Python 3.10+.
Expand All @@ -10,4 +12,5 @@

- Initial public release

[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/schemathesis/harfile/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "harfile"
version = "0.1.0"
version = "0.2.0"
description = "Writer for HTTP Archive (HAR) files"
keywords = ["har", "http", "testing"]
classifiers = [
Expand Down

0 comments on commit 2c22f42

Please sign in to comment.