From 509ad9b1b8a709c70f8a01b6ec7dfc046ced7c5a Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 15 Nov 2023 16:46:06 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3358228..692e6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ The following changes are made in order to bring the release in compliance with `package.repository` value (only GitHub, GitLab and BitBucket) (#152) - Added `autometrics.version` as `build_info` label, specifying the autometrics spec version that we are targeting. It is currently hardcoded to `1.0.0` (#154) +- Environment variables for `repository.url` and `repository.provider` will now be read at + both compile time and runtime (#156) ## [0.6.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0) - 2023-08-08