Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release v0.1.0 #11

Merged
merged 2 commits into from
May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# (2019-05-23)

This is the first proper release of `varName`. In preparation for go 1.13, in which `go.mod` files and go modules are the primary way to handle go dependencies, we are going to do an official release of all our modules. This will be version v0.1.0 of `varName`.

### Bug Fixes

* updated and added back test coverage script ([7bf6c06](https://github.com/qri-io/varName/commit/7bf6c06))
* updated function `MakeNameUnique` to pass additional tests ensuring correct enumeration ([f248bd4](https://github.com/qri-io/varName/commit/f248bd4))
* Updated truncateList() to work correctly for all 3 cases (Left, Right, Edge) ([8a89eee](https://github.com/qri-io/varName/commit/8a89eee))


### Features

* added snake and kebab case options and set default to snake ([96f6263](https://github.com/qri-io/varName/commit/96f6263))
* initial commit ([9c25cdf](https://github.com/qri-io/varName/commit/9c25cdf))



3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Let's keep all our changelog commands the same across all our packages:
update-changelog:
conventional-changelog -p angular -i CHANGELOG.md -s
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/qri-io/varName

go 1.12