appydave-tools 0.31.2 → 0.32.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f17c4e44a61bf6479d5ef61c4d9d63ed21b3eb6700c1742ca0a9736cd235da59
|
|
4
|
+
data.tar.gz: cc2638954ad4021d82d3a70d964e5b92b85d79ad9ad2e9ce0bd6a970b7c50757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8c159f8eb4f284aae334df7b0d79d32560cd570b11023ac998d6c8617c844f2e943413c64df437c3a34764e27db8d7456d49b0349b8d7db520854901f880416
|
|
7
|
+
data.tar.gz: 9f5a1f8f7d4f09734206437125b7f2be8186caf87d841a899b4ec8b6c286cf31bc3c4397df6ffe005e805feae3971fb22ecbdf954738278eadf95e99aad6bd4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.31.2](https://github.com/appydave/appydave-tools/compare/v0.31.1...v0.31.2) (2025-11-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* improve repo-status messages to be more human-readable - change 'ahead/behind' to 'commits to push/pull' ([936ed2e](https://github.com/appydave/appydave-tools/commit/936ed2e28039c03ef8e73d36e0b241337ed08c20))
|
|
7
|
+
|
|
1
8
|
## [0.31.1](https://github.com/appydave/appydave-tools/compare/v0.31.0...v0.31.1) (2025-11-21)
|
|
2
9
|
|
|
3
10
|
|
data/package.json
CHANGED