Skip to content

Commit

Permalink
chore(release): release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Mar 14, 2019
1 parent 3f2d14a commit 823acdb
Show file tree
Hide file tree
Showing 2 changed files with 11 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.1"></a>
# [0.3.1](https://github.com/qri-io/starlib/compare/v0.3.0...v0.3.1) (2019-03-14)


### Features

* **re.search,csv.write_all:** add csv.write_all and re.search functions ([3eccb40](https://github.com/qri-io/starlib/commit/3eccb40))



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

Expand Down
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.1-dev"
const Version = "0.3.1"

// 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 823acdb

Please sign in to comment.