Skip to content

Commit f8ba76f

Browse files
committed
chore: update release
1 parent c4c93fb commit f8ba76f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release with Poetry
33
on:
44
push:
55
tags:
6-
- "*"
6+
- "v*"
77

88
jobs:
99
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>Hyrapi</h1>
33
<div align="center">
44
<img src="https://img.shields.io/badge/CLI-Rest%20API-green?style=flat-square" alt="Badge">
5-
<img src="https://img.shields.io/badge/Version-1.2.0-orange?style=flat-square" alt="Badge">
5+
<img src="https://img.shields.io/badge/Version-v1.3.0-orange?style=flat-square" alt="Badge">
66
</div>
77
</div>
88

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>Hyrapi</h1>
33
<div align="center">
44
<img src="https://img.shields.io/badge/CLI-Rest%20API-green?style=flat-square" alt="Badge">
5-
<img src="https://img.shields.io/badge/Version-1.2.0-orange?style=flat-square" alt="Badge">
5+
<img src="https://img.shields.io/badge/Version-v1.3.0-orange?style=flat-square" alt="Badge">
66
</div>
77
</div>
88
**Hyrapi** is a CLI-based REST API client powered by a YAML collection file. It helps you organize and execute API requests by grouping endpoints, headers, tokens, and authentication configs in a single file.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hyrapi"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = ""
55
authors = [
66
{name = "Wisnu Box",email = "hwisnu222@gmail.com"}
@@ -25,8 +25,8 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
2525
build-backend = "poetry.core.masonry.api"
2626

2727
[tool.bumpver]
28-
current_version = "1.2.0"
29-
version_pattern = "MAJOR.MINOR.PATCH"
28+
current_version = "v1.3.0"
29+
version_pattern = "vMAJOR.MINOR.PATCH"
3030
commit_message = "bump version {old_version} -> {new_version}"
3131
tag_message = "{new_version}"
3232
tag_scope = "default"

0 commit comments

Comments
 (0)