Skip to content

Commit 5f004ff

Browse files
committed
chore: release v0.27.0
1 parent bae1b9c commit 5f004ff

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [unreleased]
8+
9+
### ⚙️ Miscellaneous Tasks
10+
11+
- Remove falco preset from init command
12+
713
## [0.26.1] - 2026-06-09
814

915
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "fujin-cli"
8-
version = "0.26.1"
8+
version = "0.27.0"
99
description = "Get your project up and running in a few minutes on your own vps."
1010
readme = "README.md"
1111
keywords = [
@@ -151,7 +151,7 @@ markers = [
151151
]
152152

153153
[tool.bumpversion]
154-
current_version = "0.26.1"
154+
current_version = "0.27.0"
155155
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
156156
serialize = [ "{major}.{minor}.{patch}" ]
157157
search = "{current_version}"

0 commit comments

Comments
 (0)