From bf69a785d716c5b7f080a2221d9db55903eabd60 Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Tue, 26 Apr 2022 13:27:25 -0700 Subject: [PATCH 1/2] Proposed CHANGELOG.md file format --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2e5e896 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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). + +## [] - + +### Added + +- +- +- From 79c91ba1cdf8113f377cc61a71266a58cfd3c615 Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Tue, 26 Apr 2022 13:38:37 -0700 Subject: [PATCH 2/2] Add Unity R0.1 tag --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5e896..469fcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [] - +## [0.1.0] - 2022-04-26 ### Added