We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f7612 commit 2c22f42Copy full SHA for 2c22f42
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased] - TBD
4
5
+## [0.2.0] - 2024-06-29
6
+
7
### Performance
8
9
- Use `__slots__` for data classes on Python 3.10+.
@@ -10,4 +12,5 @@
10
12
11
13
- Initial public release
14
-[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,6 +1,6 @@
1
[project]
name = "harfile"
-version = "0.1.0"
+version = "0.2.0"
description = "Writer for HTTP Archive (HAR) files"
keywords = ["har", "http", "testing"]
classifiers = [
0 commit comments