From 6c9312da819afa848f85f2a0411f4b3bad41e635 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 17 Apr 2024 09:16:42 -0400 Subject: [PATCH] fix changelog link --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d3f21..be6655e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`): `[Unreleased]` notes. * At the end of the file: * Define the new link url: - `[2.0.0]: https://github.com/jax-ml/coix/compare/1.0.0...2.0.0` - * Update the `[Unreleased]` url: `1.0.0...HEAD` -> `2.0.0...HEAD` + `[2.0.0]: https://github.com/jax-ml/coix/compare/v1.0.0...v2.0.0` + * Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD` --> @@ -31,6 +31,6 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`): * Initial release for testing (please don't use) -[Unreleased]: https://github.com/jax-ml/coix/compare/0.1.0...HEAD -[0.1.0]: https://github.com/jax-ml/coix/releases/tag/0.1.0 +[Unreleased]: https://github.com/jax-ml/coix/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/jax-ml/coix/releases/tag/v0.1.0 [0.0.1]: https://github.com/jax-ml/coix/releases/tag/0.0.1