You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v1.0.2: Sprout Refresh 🔄 (2025-08-28)
> 🛡️ Staying Fresh and Secure!
This patch release continues our commitment to keeping Sprout secure and
up-to-date with the latest dependency updates from the Go ecosystem.
### 🔒 **Security & Dependencies**
- **Updated golang.org/x/crypto**: Bumped from v0.39.0 to v0.41.0 across
multiple updates, ensuring the latest security patches and cryptographic
improvements. See [#133](#133)
and [#135](#135).
- **Updated golang.org/x/text**: Upgraded from v0.26.0 to v0.28.0 for
enhanced Unicode support and text processing capabilities. See
[#132](#132) and
[#134](#134).
---
### 📝 **Notes**
This maintenance release ensures Sprout continues to benefit from the
latest security patches and performance improvements in the Go
ecosystem. These dependency updates provide enhanced cryptographic
functions and improved text processing without introducing any breaking
changes.
**Full Changelog**:
v1.0.1...v1.0.2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## Release v1.0.2: Sprout Refresh 🔄 (2025-08-28)
4
+
5
+
> 🛡️ Staying Fresh and Secure!
6
+
7
+
This patch release continues our commitment to keeping Sprout secure and up-to-date with the latest dependency updates from the Go ecosystem.
8
+
9
+
### 🔒 **Security & Dependencies**
10
+
-**Updated golang.org/x/crypto**: Bumped from v0.39.0 to v0.41.0 across multiple updates, ensuring the latest security patches and cryptographic improvements. See [#133](https://github.com/go-sprout/sprout/pull/133) and [#135](https://github.com/go-sprout/sprout/pull/135).
11
+
-**Updated golang.org/x/text**: Upgraded from v0.26.0 to v0.28.0 for enhanced Unicode support and text processing capabilities. See [#132](https://github.com/go-sprout/sprout/pull/132) and [#134](https://github.com/go-sprout/sprout/pull/134).
12
+
13
+
---
14
+
15
+
### 📝 **Notes**
16
+
17
+
This maintenance release ensures Sprout continues to benefit from the latest security patches and performance improvements in the Go ecosystem. These dependency updates provide enhanced cryptographic functions and improved text processing without introducing any breaking changes.
0 commit comments