Skip to content

Commit

Permalink
Preparing v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloGrayson committed Jul 21, 2017
1 parent 44a33b8 commit 12edaf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Changelog

## v1.0.0-rc2 (unreleased)
## v1.0.0-rc2 (21 Jul 2017)

- **[Breaking]** Alter lifecycle hooks to accept a context.
- **[Breaking]** Lifecycle hooks now take a context.
- Add `fx.In` and `fx.Out` which exposes optional and named types.
Modules should embed these types instead of relying on `dig.In` and `dig.Out`.
- Add an `Err` method to retrieve the underlying errors during the dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ An application framework for Go that:

## Status

Almost stable: `v1.0.0-rc1`. Some breaking changes might occur before `v1.0.0`. See [CHANGELOG.md](CHANGELOG.md) for more info.
Almost stable: `v1.0.0-rc2`. Some breaking changes might occur before `v1.0.0`. See [CHANGELOG.md](CHANGELOG.md) for more info.

## Install

Expand Down

0 comments on commit 12edaf7

Please sign in to comment.