From 6f191cb8a81d0b09264dc580b11ef7e1e92a7348 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Sun, 3 Sep 2023 19:43:46 -0500 Subject: [PATCH] CI config and Changelog tweaks Fixed a few typos before releasing v0.2.1 --- .gitlab-ci.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98a27d24..7fb99256 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ unit_test_linux: services: - docker:dind only: + - main - merge_requests before_script: - apk update && apk add git diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b493c9..716d1ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Manual port forwarding detection - lock_api dependency fix - DialInfo failover when some dial info does not work + Note: Windows builds may be broken in this release. Please test and let us know by opening an issue. **Changes in Veilid 0.1.10**