Skip to content

Commit 2c22f42

Browse files
committedJun 29, 2024··
chore: Release 0.2.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent b8f7612 commit 2c22f42

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - TBD
44

5+
## [0.2.0] - 2024-06-29
6+
57
### Performance
68

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

1113
- Initial public release
1214

13-
[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.1.0...HEAD
15+
[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.2.0...HEAD
16+
[0.2.0]: https://github.com/schemathesis/harfile/compare/v0.1.0...v0.2.0

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "harfile"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Writer for HTTP Archive (HAR) files"
55
keywords = ["har", "http", "testing"]
66
classifiers = [

0 commit comments

Comments
 (0)
Please sign in to comment.