From 6aa85d3c5ef46c7a9216fa8297915be91f3313ea Mon Sep 17 00:00:00 2001 From: William Poussier Date: Tue, 2 May 2023 17:32:58 +0200 Subject: [PATCH] docs: remove changelog The changelog is deprecated in favor of the release notes. --- CHANGELOG.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f7e51b4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Changelog - -All notable changes to this project are documented in this file. - -**THIS LIBRARY IS STILL IN ALPHA AND THERE ARE NO GUARANTEES REGARDING API STABILITY YET** - -## [v0.1.1] - 2021-08-27 -- Remove test dependency `k8s.io/api/core/v1` from modules list. -- Update the `go` versions used by the CI workflow's `test` and `bench` matrixes. - -## [v0.1.0] - 2020-12-06 -Initial release. - -[v0.1.0]: https://github.com/wI2L/jsondiff/releases/tag/v0.1.0 -[v0.1.1]: https://github.com/wI2L/jsondiff/releases/tag/v0.1.1