Skip to content

Commit 85d65ba

Browse files
authored
Upgrade neat_cache (#9020)
1 parent eb57c33 commit 85d65ba

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bump runtimeVersion to `2025.10.17`.
6+
* Updated `neat_cache` to `2.0.5`
57

68
## `20251015t083400-all`
79
* Bump runtimeVersion to `2025.10.10`.

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2025.10.10',
27+
'2025.10.17',
2828
// Fallback runtime versions.
29+
'2025.10.10',
2930
'2025.09.30',
30-
'2025.09.22',
3131
];
3232

3333
/// Sets the current runtime versions.

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
markdown: ^7.2.2
3030
meta: ^1.1.2
3131
mime: ^2.0.0
32-
neat_cache: ^2.0.4
32+
neat_cache: ^2.0.5
3333
neat_periodic_task: ^2.0.0
3434
path: '^1.8.0'
3535
pem: ^2.0.1

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,10 +573,10 @@ packages:
573573
dependency: transitive
574574
description:
575575
name: neat_cache
576-
sha256: "72bebca0bb1a443c0c8e76ddae55ef9059b8bc591edb88168d19f5e9a55a4dba"
576+
sha256: "02ce0965835a4e0bb3021a49156b38c0f943642404fbf959cb2d3345168875d9"
577577
url: "https://pub.dev"
578578
source: hosted
579-
version: "2.0.4"
579+
version: "2.0.5"
580580
neat_periodic_task:
581581
dependency: transitive
582582
description:

0 commit comments

Comments
 (0)