diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fb6a0..b2f83e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,18 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security +--- +## [0.7.0] - 2025-08-14 + +### Added +### Changed +- **debt:** Updated to Go `1.25` to leverage the latest language features and performance improvements. + +### Deprecated +### Removed +### Fixed +### Security + --- ## [0.6.0] - 2025-07-03 @@ -116,7 +128,8 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/graph/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/sixafter/graph/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/sixafter/graph/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/sixafter/graph/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/sixafter/graph/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/sixafter/graph/compare/v0.4.0...v0.4.1 diff --git a/go.mod b/go.mod index fc40b5e..e1d9017 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,15 @@ +// Copyright (c) 2024 Six After, Inc +// +// This source code is licensed under the Apache 2.0 License found in the +// LICENSE file in the root directory of this source tree. + module github.com/sixafter/graph -go 1.24 +go 1.25 require ( github.com/stretchr/testify v1.10.0 - golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 + golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 ) require ( diff --git a/go.sum b/go.sum index f8c9225..dde4d32 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4= -golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc= +golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 h1:SbTAbRFnd5kjQXbczszQ0hdk3ctwYf3qBNH9jIsGclE= +golang.org/x/exp v0.0.0-20250813145105-42675adae3e6/go.mod h1:4QTo5u+SEIbbKW1RacMZq1YEfOBqeXa19JeshGi+zc4= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/vendor/modules.txt b/vendor/modules.txt index f5ab428..a359521 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -10,8 +10,8 @@ github.com/pmezard/go-difflib/difflib ## explicit; go 1.17 github.com/stretchr/testify/assert github.com/stretchr/testify/assert/yaml -# golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 -## explicit; go 1.23.0 +# golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 +## explicit; go 1.24.0 golang.org/x/exp/constraints # gopkg.in/yaml.v3 v3.0.1 ## explicit