Compare commits
No commits in common. "main" and "1.0.2" have entirely different histories.
3 changed files with 4 additions and 10 deletions
|
@ -2,12 +2,6 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.0.3 - 2025-06-06
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependencies.
|
||||
|
||||
## 1.0.2 - 2025-05-11
|
||||
|
||||
### Changed
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,5 +1,5 @@
|
|||
module git.adyxax.org/adyxax/ods
|
||||
|
||||
go 1.24.4
|
||||
go 1.24.3
|
||||
|
||||
require golang.org/x/text v0.26.0
|
||||
require golang.org/x/text v0.25.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1,2 +1,2 @@
|
|||
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
|
||||
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
|
||||
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
|
||||
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue