File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55This 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55
66[project ]
77name = " fujin-cli"
8- version = " 0.26.1 "
8+ version = " 0.27.0 "
99description = " Get your project up and running in a few minutes on your own vps."
1010readme = " README.md"
1111keywords = [
@@ -151,7 +151,7 @@ markers = [
151151]
152152
153153[tool .bumpversion ]
154- current_version = " 0.26.1 "
154+ current_version = " 0.27.0 "
155155parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
156156serialize = [ " {major}.{minor}.{patch}" ]
157157search = " {current_version}"
You can’t perform that action at this time.
0 commit comments