Skip to content

Commit e123a89

Browse files
committed
feat: updated makefile
1 parent ff801f8 commit e123a89

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ lint:
33

44
format:
55
@uv run ruff format
6+
7+
bump-major:
8+
@uv version --bump major
9+
10+
bump-minor:
11+
@uv version --bump minor
12+
13+
bump-patch:
14+
@uv version --bump patch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sshsync"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
description = "sshsync is a CLI tool to run shell commands across multiple servers via SSH, either on specific groups or all servers. It also supports pushing and pulling files to and from remote hosts."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)