Skip to content

Commit e1a610a

Browse files
🚢 v0.35.0 - 2025-07-21
Changed: - deps: updates to `[email protected]`. - deps: updates to `github.com/ory/[email protected]`. - deps: updates to `go.mongodb.org/[email protected]`. - ci: added testing against `[email protected], 1.24`. - ci: added testing against `[email protected]`. - ci: removed testing against `[email protected] - [email protected]`. - ci: removed testing against `[email protected] - [email protected]`.
1 parent c1d26f1 commit e1a610a

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v0.35.0] - 2025-07-21
9+
### Changed
10+
- deps: updates to `[email protected]`.
11+
- deps: updates to `github.com/ory/[email protected]`.
12+
- deps: updates to `go.mongodb.org/[email protected]`.
13+
- ci: added testing against `[email protected], 1.24`.
14+
- ci: added testing against `[email protected]`.
15+
- ci: removed testing against `[email protected] - [email protected]`.
16+
- ci: removed testing against `[email protected] - [email protected]`.
17+
818
## [v0.34.0] - 2024-02-22
919
### Added
1020
- user: adds support for regions.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Matthew Hartstonge <[email protected]>
189+
Copyright 2025 Matthew Hartstonge <[email protected]>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 Matthew Hartstonge <[email protected]>
1+
Copyright 2025 Matthew Hartstonge <[email protected]>
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ know what versions you are successfully paired with.
1717

1818
| storage version | minimum fosite version | maximum fosite version |
1919
|----------------:|-----------------------:|-----------------------:|
20+
| `v0.35.X` | `v0.34.X` | `v0.34.X` |
2021
| `v0.34.X` | `v0.33.X` | `v0.34.X` |
21-
| `v0.33.X` | `v0.33.X` | `v0.34.X` |
22-
| `v0.32.X` | `v0.33.X` | `v0.34.X` |
23-
| `v0.31.X` | `v0.33.X` | `v0.34.X` |
24-
| `v0.30.X` | `v0.33.X` | `v0.34.X` |
2522

2623
## Development
2724
To start hacking:
28-
* Install [Go][Go] >1.14
25+
* Install [Go][Go] >=1.23
2926
* Use Go modules!
3027
* `go build` successfully!
3128

0 commit comments

Comments
 (0)