We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93d011 commit 54c53d7Copy full SHA for 54c53d7
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v1.8.10](https://github.com/allenai/cached_path/releases/tag/v1.8.10) - 2026-03-20
11
+
12
### Fixed
13
14
- Ensure default progress bar writes to stderr, not stdout.
cached_path/version.py
@@ -4,7 +4,7 @@
4
_MINOR = "8"
5
# On main and in a nightly release the patch should be one ahead of the last
6
# released build.
-_PATCH = "9"
+_PATCH = "10"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = os.environ.get("CACHED_PATH_VERSION_SUFFIX", "")
0 commit comments