Skip to content

Commit 077ab96

Browse files
committed
chore: Release pepe version 0.2.5
1 parent e6878cd commit 077ab96

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.2.5] - 2025-02-15
11+
1012
## [0.2.4] - 2025-02-14
1113

1214
### Added
@@ -38,5 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3840

3941

4042
<!-- next-url -->
41-
[Unreleased]: https://github.com/omarmhaimdat/pepe/compare/v0.2.4...HEAD
43+
[Unreleased]: https://github.com/omarmhaimdat/pepe/compare/v0.2.5...HEAD
44+
45+
[0.2.5]: https://github.com/omarmhaimdat/pepe/compare/v0.2.4...v0.2.5
4246
[0.2.4]: https://github.com/omarmhaimdat/pepe/releases/tag/v0.2.4

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pepe"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Omar MHAIMDAT"]
55
edition = "2021"
66
description = "HTTP load generator and performance testing tool"
@@ -61,4 +61,4 @@ pre-release-replacements = [
6161
{ file = "CHANGELOG.md", search = "<!-- next-header -->", replace = "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly = 1 },
6262
{ file = "CHANGELOG.md", search = "<!-- next-url -->", replace = "<!-- next-url -->\n[Unreleased]: https://github.com/omarmhaimdat/pepe/compare/{{tag_name}}...HEAD\n", exactly = 1 },
6363
]
64-
publish = false
64+
publish = false

0 commit comments

Comments
 (0)