@ferrflow/darwin-x64 3.0.0 → 3.0.1

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
@@ -14,14 +14,7 @@ FerrFlow reads your commit history, determines the right version bump, updates y
14
14
 
15
15
  ## Why FerrFlow?
16
16
 
17
- Most versioning tools are tied to a specific ecosystem (semantic-release for JS, cargo-release for Rust) or require a Node.js runtime. FerrFlow is a single compiled binary with no runtime dependencies.
18
-
19
- | Tool | Monorepo | Multi-language | Runtime |
20
- |------|----------|---------------|---------|
21
- | semantic-release | plugins | JS only | Node.js |
22
- | changesets | manual | JS only | Node.js |
23
- | knope | limited | partial | none |
24
- | FerrFlow | native | yes | none |
17
+ A single compiled binary with no runtime dependencies. Native monorepo support, multi-language versioning, and works with any repo layout.
25
18
 
26
19
  ## Supported version files
27
20
 
package/bin/ferrflow CHANGED
Binary file
package/package.json CHANGED
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/FerrFlow-Org/FerrFlow.git"
14
14
  },
15
- "version": "3.0.0"
15
+ "version": "3.0.1"
16
16
  }