Skip to content

Commit 3c9d01e

Browse files
chore: release
1 parent 0cfae33 commit 3c9d01e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1](https://github.com/bearcove/fopro/compare/v2.0.0...v2.0.1) - 2024-10-13
11+
12+
### Fixed
13+
14+
- Version cache
15+
16+
### Other
17+
18+
- Build with debug symbols (some)
19+
- Don't constantly regenerate certs
20+
- version the cache
21+
1022
## [2.0.0](https://github.com/bearcove/fopro/compare/v1.0.5...v2.0.0) - 2024-10-13
1123

1224
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fopro"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Experimental caching HTTP forward proxy (memory+disk)"

0 commit comments

Comments
 (0)