@metalagman/semverctl-linux-arm64 0.0.10 โ†’ 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,15 +9,18 @@
9
9
  [![PyPI](https://img.shields.io/pypi/v/semverctl)](https://pypi.org/project/semverctl/)
10
10
  [![license](https://img.shields.io/github/license/metalagman/semverctl)](LICENSE)
11
11
 
12
- CLI for bumping and setting SemVer values in JSON/YAML files
12
+ CLI for bumping and setting SemVer values in JSON/YAML files and Git tags
13
13
 
14
14
  ## Features
15
15
 
16
16
  - โœจ **Semantic Versioning** - Strict SemVer 2.0.0 compliance with prerelease and build metadata support
17
- - ๐Ÿ“ **Multiple Formats** - JSON and YAML file support
17
+ - ๐Ÿ“ **File + Tag Workflows** - Explicit `bump/set file` and `bump/set tag` commands
18
+ - ๐Ÿท๏ธ **Git Tag Releases** - Bump from latest stable `vX.Y.Z` tag or set explicit tags
18
19
  - ๐ŸŽฏ **Path Navigation** - Dot-notation paths for nested version fields (e.g., `.app.version`)
19
20
  - ๐Ÿ”ข **Numeric Bumping** - Bump individual numeric fields for object-style versions
20
21
  - ๐Ÿงช **Dry-Run Mode** - Preview changes with unified diff output
22
+ - ๐Ÿค– **Automation-Friendly JSON** - `--json` output for machine-readable success/error payloads
23
+ - ๐Ÿ”’ **Safety Checks** - Tag operations require a clean repository state
21
24
  - ๐ŸŒ **Cross-Platform** - Linux, macOS, and Windows support (CGO-free)
22
25
  - โšก **Zero Dependencies** - Pure Go implementation with no runtime dependencies
23
26
  - ๐Ÿ“ฆ **Multiple Distribution Channels** - Go install, npm, uv/PyPI, and GitHub Releases
package/bin/semverctl CHANGED
Binary file
package/package.json CHANGED
@@ -16,5 +16,5 @@
16
16
  "os": [
17
17
  "linux"
18
18
  ],
19
- "version": "0.0.10"
19
+ "version": "0.0.11"
20
20
  }