From eabeeeda4791559afadd7d16f2d48fac755f953d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 20 May 2024 09:01:04 +0100 Subject: [PATCH] docs(changelog): updated for 0.5.0 release --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8937a..fdd794f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2024-05-20 + +### Bug Fixes + +- Don't use gix in server ([4977619](https://git.kemitix.net/kemitix/git-next/commit/4977619c701358ae9a4a6c29387a8bfb048c932c)) + +### Documentation + +- Added ([5e5445f](https://git.kemitix.net/kemitix/git-next/commit/5e5445f45d393cfc5180cba81bedfefd3a8007cc)) + +### Features + +- Display expected auth in logs in invalid request ([c6c8dce](https://git.kemitix.net/kemitix/git-next/commit/c6c8dcedc5d074f0c136c6ebef36d448ebe6af92)) + +### Miscellaneous Tasks + +- Version set to 0.5.0 ([692a860](https://git.kemitix.net/kemitix/git-next/commit/692a860f6c68e202a5176f01a694a23ff3ea79bd)) + +### Refactor + +- Split mock, real and open into their files ([155497c](https://git.kemitix.net/kemitix/git-next/commit/155497c97f0c56a531fe5dd1a8e8919e22b0c0a3)) +- Reporitory errors don't leak implementation ([70100f6](https://git.kemitix.net/kemitix/git-next/commit/70100f6dc54b413775e7317d861291be56a1cc31)) +- Only expose OpenRepository from repository::open ([c3c4c41](https://git.kemitix.net/kemitix/git-next/commit/c3c4c41c732db52758d8ea42c0e4b6bad8a78ae1)) + +### Testing + +- Add more tests ([f4b8401](https://git.kemitix.net/kemitix/git-next/commit/f4b8401bb113c3d645ba81a8765577829b2f2cb6)) + +### Build + +- Validate format locally ([7b1575e](https://git.kemitix.net/kemitix/git-next/commit/7b1575eb09ddbfa383ff12991b04c2810a88f10a)) + ## [0.4.1] - 2024-05-19 [f302f7a](https://git.kemitix.net/kemitix/git-next/commit/f302f7a5f804390fa63003f8564e181f3b760cc1)...[d241273](https://git.kemitix.net/kemitix/git-next/commit/d241273345c73f7afb29bf1623b72b9680a5b7bb)