Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project CHANGELOG.md #14

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

## [v1.1.1](https://github.com/insidieux/inizio/tree/v1.1.1) (2021-03-23)

[Full Changelog](https://github.com/insidieux/inizio/compare/v1.1.0...v1.1.1)

**Implemented enhancements:**

- Use native signal.NotifyContext [\#6](https://github.com/insidieux/inizio/issues/6)

**Fixed bugs:**

- Panic on startup with plugins.path containing subdirectories [\#12](https://github.com/insidieux/inizio/issues/12)
- Docker example doesn't work [\#8](https://github.com/insidieux/inizio/issues/8)

**Merged pull requests:**

- Skip FS item if regexp find string match failed [\#13](https://github.com/insidieux/inizio/pull/13) ([insidieux](https://github.com/insidieux))
- Add example GIF [\#11](https://github.com/insidieux/inizio/pull/11) ([insidieux](https://github.com/insidieux))
- Use official image vektra/mockery with support golang 1.16 [\#10](https://github.com/insidieux/inizio/pull/10) ([insidieux](https://github.com/insidieux))
- Update documentation [\#9](https://github.com/insidieux/inizio/pull/9) ([insidieux](https://github.com/insidieux))
- Use native signal context [\#7](https://github.com/insidieux/inizio/pull/7) ([insidieux](https://github.com/insidieux))

## [v1.1.0](https://github.com/insidieux/inizio/tree/v1.1.0) (2021-03-06)

[Full Changelog](https://github.com/insidieux/inizio/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Use native ebmed files [\#2](https://github.com/insidieux/inizio/issues/2)

**Fixed bugs:**

- Docker image build failed [\#4](https://github.com/insidieux/inizio/issues/4)

**Merged pull requests:**

- Fix issue \#4: fix docker file [\#5](https://github.com/insidieux/inizio/pull/5) ([insidieux](https://github.com/insidieux))
- Use native embed for builtin layout templates [\#3](https://github.com/insidieux/inizio/pull/3) ([insidieux](https://github.com/insidieux))

## [v1.0.0](https://github.com/insidieux/inizio/tree/v1.0.0) (2021-03-02)

[Full Changelog](https://github.com/insidieux/inizio/compare/8b2c84533552d706913fa5776f7d82bb82af8a3d...v1.0.0)

**Merged pull requests:**

- Prepare for release v1.0.0 [\#1](https://github.com/insidieux/inizio/pull/1) ([insidieux](https://github.com/insidieux))