From 831bfa3d7ae8f796c2f456e5c6ee0afc7caf22c9 Mon Sep 17 00:00:00 2001 From: Conor Gilsenan Date: Mon, 29 Mar 2021 21:33:41 -0400 Subject: [PATCH] Fix links and formatting in CHANGELOG --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be570da..e3d6273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning]. +--- ## [Unreleased] +--- +## [Released] + ## [v0.2.0] - 2021-03-29 ### Changed - Renamed `RSAKeySizeBytes` to `rsaKeySizeBits`, which fixes the mismatch @@ -21,21 +25,15 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh - Added `DatastoreGetBandwidth()` and `DatastoreResetBandwidth()` functions to help students write tests for the `AppendFile()` efficiency requirement. ---- - -## [Released] - ## [v0.1.0] - 2021-02-21 CHANGELOG did not exist in this release. ---- - [Keep a Changelog]: https://keepachangelog.com/ [Semantic Versioning]: https://semver.org/ -[Unreleased]: https://github.com/cs161-staff/project2-userlib/releases/v0.2.0...HEAD +[Unreleased]: https://github.com/cs161-staff/project2-userlib/compare/v0.2.0...HEAD [Released]: https://github.com/cs161-staff/project2-userlib/releases -[v0.2.0]: https://github.com/cs161-staff/project2-userlib/releases/v0.1.0...v0.2.0 +[v0.2.0]: https://github.com/cs161-staff/project2-userlib/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/cs161-staff/project2-userlib/releases/v0.1.0