Skip to content

Commit 54c53d7

Browse files
committed
Prepare for release v1.8.10
1 parent b93d011 commit 54c53d7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v1.8.10](https://github.com/allenai/cached_path/releases/tag/v1.8.10) - 2026-03-20
11+
1012
### Fixed
1113

1214
- Ensure default progress bar writes to stderr, not stdout.

cached_path/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_MINOR = "8"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
7-
_PATCH = "9"
7+
_PATCH = "10"
88
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
99
# https://semver.org/#is-v123-a-semantic-version for the semantics.
1010
_SUFFIX = os.environ.get("CACHED_PATH_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)