Skip to content

Commit

Permalink
chore(release): release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Mar 7, 2019
1 parent 017e0a4 commit 50f7158
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<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)

Added a JSON package, fixed math not being accessible in the default loader, a number of minor refactors


### Bug Fixes

* **math:** add missing math module to loader, add math.round(x) ([7923d11](https://github.com/qri-io/starlib/commit/7923d11))


### Features

* **json:** add initial json-package ([c165930](https://github.com/qri-io/starlib/commit/c165930))



<a name="0.2.0"></a>
# 0.2.0 (2019-01-22)

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.2.1-dev"
const Version = "0.3.0"

// 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 50f7158

Please sign in to comment.