DhanHQ 2.6.0 → 2.6.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/DhanHQ/version.rb +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: 7b6e949dc3b147daabce77b5d808d5dcdeb4953e9751322eb8cd671d70201c57
|
|
4
|
+
data.tar.gz: 12327daca50d50836d724f4eeb5cf664abee766767c7bdec31f51b07b78ddc00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ba1d351594f83a0824961dff0e8cfb28ce9b6fd6e65daa9124bf0ceab651c49aaefd00674cdbfdd78a48f9e7c2032395b4981b0b613bfccbee49b7c46ba319d
|
|
7
|
+
data.tar.gz: 2e5ca5a81905c9e4fa861296f247eaa2411bf548f84cd94e348c51a079b406280ae9247838c013173552e6564c625ded0fd4504284d097b27892b55ecb9380ca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [2.6.1] - 2026-03-07
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
- **Version bump**: 2.6.0 was already published on RubyGems; no code changes. Use this version for the same 2.6.0 feature set (sandbox, contracts, Order methods, stability fixes).
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
1
9
|
## [2.6.0] - 2026-03-06
|
|
2
10
|
|
|
3
11
|
### Fixed (API docs alignment)
|
data/lib/DhanHQ/version.rb
CHANGED