From 11dc25ab06eb524baa8d1fb69579d4d69d48a750 Mon Sep 17 00:00:00 2001 From: Wyatt Kirby Date: Fri, 11 Oct 2024 16:44:03 -0400 Subject: [PATCH] Remove useless changelog --- CHANGELOG.md | 17 ----------------- README.md | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 93e9199..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] -### Added -- Added documentation for CHANGELOG to README - -## [v0.1.4] - 2018-07-05 -## [v0.1.3] - 2018-07-05 -## [v0.1.2] - 2018-07-05 -## [v0.1.1] - 2018-07-05 - -## [v0.1.0] - 2018-07-04 -Initial release diff --git a/README.md b/README.md index 742a615..f79e071 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ To release a new version, update the version number in `version.rb`, and then ru Bug reports and pull requests are welcome on GitHub at https://github.com/apsislabs/phi_attrs. -Any PRs should be accompanied with documentation in `README.md`, and changes documented in [`CHANGELOG.md`](https://keepachangelog.com/). +Any PRs should be accompanied with documentation in `README.md`. ## License