Skip to content

Commit

Permalink
chore(release): release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Apr 3, 2019
1 parent 8d01da2 commit 993bae1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.2"></a>
# [0.3.2](https://github.com/qri-io/starlib/compare/v0.3.1...v0.3.2) (2019-04-03)


### Bug Fixes

* **xlsx:** fix updated excelize api ([cfe3c52](https://github.com/qri-io/starlib/commit/cfe3c52))



<a name="0.3.1"></a>
# [0.3.1](https://github.com/qri-io/starlib/compare/v0.3.0...v0.3.1) (2019-03-14)

Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ module-readmes:
outline template $$doc > $$(dirname $$doc)/README.md; \
done

update-changelog:
conventional-changelog -p angular -i CHANGELOG.md -s

install-deps:
go get -v $(GOPACKAGES)
2 changes: 1 addition & 1 deletion starlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// Version is the current semver for the entire starlib library
const Version = "0.3.2-dev"
const Version = "0.3.2"

// Loader presents the starlib library as a loader
func Loader(thread *starlark.Thread, module string) (dict starlark.StringDict, err error) {
Expand Down

0 comments on commit 993bae1

Please sign in to comment.