Skip to content

Commit c89f167

Browse files
committed
Merge branch 'main' into feature/fix-fastly-toml
2 parents 75d2774 + b353fc2 commit c89f167

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
## [Unreleased]
3030

31+
### Added
32+
- Added basic unit tests
33+
3134
### Changed
3235
- Upgrade to rust 1.87.0
3336
- Upgrade to fastly-cli 11.3.0
37+
- Changed to use constants for headers
38+
- Changed to use log statements
3439

3540
## [1.0.6] - 2025-05-29
3641

@@ -82,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8287

8388
- Initial implementation of Trusted Server
8489

85-
[Unreleased]:https://github.com/IABTechLab/trusted-server/compare/v1.0.5...HEAD
90+
[Unreleased]:https://github.com/IABTechLab/trusted-server/compare/v1.0.6...HEAD
91+
[1.0.6]:https://github.com/IABTechLab/trusted-server/compare/v1.0.5...v1.0.6
8692
[1.0.5]:https://github.com/IABTechLab/trusted-server/compare/v1.0.4...v1.0.5
8793
[1.0.4]:https://github.com/IABTechLab/trusted-server/compare/v1.0.3...v1.0.4
8894
[1.0.3]:https://github.com/IABTechLab/trusted-server/compare/v1.0.2...v1.0.3

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ tokio = { version = "1.46", features = ["sync", "macros", "io-util", "rt", "time
2727
url = "2.4.1"
2828

2929
[dev-dependencies]
30-
temp-env = "0.3.6"
30+
temp-env = "0.3.6"

0 commit comments

Comments
 (0)