-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from spandex-project/rel_0_1_1
chore: release 0.1.1
- Loading branch information
Showing
7 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# Changelog | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines. | ||
|
||
<!-- changelog --> | ||
|
||
## [0.1.1](https://github.com/spandex-project/spandex_phoenix/compare/0.1.0...0.1.1) (2018-10-15) | ||
|
||
### Bug Fixes: | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
* Indirectly call Tracer to remove compiler warnings ([#1](https://github.com/spandex-project/spandex_phoenix/pull/1)) | ||
|
||
## [Unreleased] | ||
- No unreleased changes currently. | ||
|
||
## [0.1.0] | ||
## [0.1.0](https://github.com/spandex-project/spandex_phoenix/compare/0.1.0...0.1.0) (2018-09-15) | ||
|
||
### Added | ||
- Initial release of the `spandex_phoenix` library. | ||
### Features: | ||
|
||
[0.1.0]: https://github.com/spandex-project/spandex_phoenix/commit/c0ab823e2ab5af5ed9953f5ec5008bf34ffa4f4e | ||
* Initial release! 🚀 🎉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
use Mix.Config | ||
|
||
config :spandex_phoenix, tracer: MyApp.Tracer | ||
|
||
import_config "#{Mix.env()}.exs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
use Mix.Config | ||
|
||
config :git_ops, | ||
changelog_file: "CHANGELOG.md", | ||
manage_mix_version?: true, | ||
manage_readme_version: "README.md", | ||
mix_project: SpandexPhoenix.MixProject, | ||
repository_url: "https://github.com/spandex-project/spandex_phoenix" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use Mix.Config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters