From 190be99ad4745ac1f169ec74edfb5a3099ac7747 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 28 Jun 2023 23:53:34 -0700 Subject: [PATCH] Release v0.1.0 This preps v0.1.0 release. Added a CHANGELOG file to keep track of release changes according to semver. Ref #17. --- 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..704e962 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## 0.1.0 (29 Jun 2023) + +This is a minor version that mirrors the original golang/mock +project that this project originates from. + +Any users on golang/mock project should be able to migrate to +this project as-is, and expect exact same set of features (apart +from supported Go versions. See [README](README.md#supported-go-versions) +for more details.