Skip to content

Commit

Permalink
version bump to v0.8.0 and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 13, 2018
1 parent dcd7760 commit 95129e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**v0.8.0** 2018-12-12 Jeevanandam M <[email protected]>
* Handling external and native fs more effectively

**v0.7.0** 2018-12-07 Jeevanandam M <[email protected]>
* Removed vfs module dependency
* Added FileSystem interface to extending possibility
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Forge is a configuration syntax and parser forked for [aah framework](https://aa

## Installation

`go get -u github.com/go-aah/forge`
```bash
require github.com/go-aah/forge v0.8.0
```

## Example

Expand Down
2 changes: 1 addition & 1 deletion forge.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import (
)

// Version represent current release version of forge.
var Version = "0.7.0"
var Version = "0.8.0"

// ParseBytes takes a []byte representation of the config file, parses it
// and responds with `*Section` and potentially an `error` if it cannot
Expand Down

0 comments on commit 95129e7

Please sign in to comment.