Skip to content

Commit

Permalink
Add CHANGELOG and version constant for 1.0.0 release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored Nov 9, 2018
1 parent 2b3c2c5 commit 24ed9cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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).

## 1.0.0 - 2018-11-09
### Added
- Initial release with APIs to stub and reset values for testing.
- Supports stubbing Go variables, and environment variables.
4 changes: 4 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package gostub

// Version contains the package version.
const Version = "1.0.0"

0 comments on commit 24ed9cd

Please sign in to comment.