Skip to content

Commit fc326c3

Browse files
committed
chore: Release 0.4.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent cbd7c9e commit fc326c3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - TBD
44

5+
## [0.4.0] - 2025-09-24
6+
57
### Added
68

79
- Test jobs for Python 3.13.
@@ -36,6 +38,8 @@
3638

3739
- Initial public release
3840

39-
[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.3.0...HEAD
41+
[Unreleased]: https://github.com/schemathesis/harfile/compare/v0.4.0...HEAD
42+
[0.4.0]: https://github.com/schemathesis/harfile/compare/v0.3.1...v0.4.0
43+
[0.3.1]: https://github.com/schemathesis/harfile/compare/v0.3.0...v0.3.1
4044
[0.3.0]: https://github.com/schemathesis/harfile/compare/v0.2.0...v0.3.0
4145
[0.2.0]: https://github.com/schemathesis/harfile/compare/v0.1.0...v0.2.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "harfile"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Writer for HTTP Archive (HAR) files"
55
keywords = ["har", "http", "testing"]
66
classifiers = [
7-
"Development Status :: 3 - Alpha",
7+
"Development Status :: 4 - Beta",
88
"Environment :: Console",
99
"Intended Audience :: Developers",
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)