Skip to content

Commit efe3342

Browse files
committed
created version 1.0.1
1 parent 44ade59 commit efe3342

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## v1.0.1 - 2024-06-27
99

1010

1111
### Added
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
* Add parsing and getting of environment variables [8e01d2c](https://github.com/git001/tls-proxy-tunnel/commit/8e01d2cc78dd1895583517f596982e64df51683a)
1919
* Add simple k6 tests [4fd5eee](https://github.com/git001/tls-proxy-tunnel/commit/4fd5eee5c9b2e18e0a9b53865309080b19c395b2)
2020
* Add Global connection counter [ec8db36](https://github.com/git001/tls-proxy-tunnel/commit/ec8db36d9365dfc3970ac53effa2ac77a7be0f8f)
21-
* Add Arc Semaphore to limit clients [2a9c5f1]( https://github.com/git001/tls-proxy-tunnel/commit/2a9c5f1353af131d118bee2077848791a95c9fc7 , [9adb9b9]https://github.com/git001/tls-proxy-tunnel/commit/9adb9b999152d013de27a1851d142e75336101ba)
21+
* Add Arc Semaphore to limit clients [2a9c5f1]( https://github.com/git001/tls-proxy-tunnel/commit/2a9c5f1353af131d118bee2077848791a95c9fc7) , [9adb9b9](https://github.com/git001/tls-proxy-tunnel/commit/9adb9b999152d013de27a1851d142e75336101ba)
2222
* Fix Global connection counter for health checks [548d75d](https://github.com/git001/tls-proxy-tunnel/commit/548d75ded78941120122c41619c2827549aeff58)
2323
* Switch to [jemallocator](https://crates.io/crates/jemallocator)
2424

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ tokio-util = { version = "0.7.11", features = ["full"] }
3636
url = { version = "2.5.2", features = ["serde"] }
3737

3838
[target.'cfg(not(target_env = "msvc"))'.dependencies]
39-
tikv-jemallocator = "0.5"
39+
tikv-jemallocator = "0.5"

0 commit comments

Comments
 (0)