Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c1ed26f

Browse files
authored
Release v0.1.0 (#20)
This preps v0.1.0 release. Added a CHANGELOG file to keep track of release changes according to semver. Ref #17.
1 parent 2b19137 commit c1ed26f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
6+
## 0.1.0 (29 Jun 2023)
7+
8+
This is a minor version that mirrors the original golang/mock
9+
project that this project originates from.
10+
11+
Any users on golang/mock project should be able to migrate to
12+
this project as-is, and expect exact same set of features (apart
13+
from supported Go versions. See [README](README.md#supported-go-versions)
14+
for more details.

0 commit comments

Comments
 (0)