Skip to content

Commit a07ca17

Browse files
chore(main): release 0.1.0 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b28157 commit a07ca17

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-10-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* initial release ([d2c61cb](https://github.com/nmbrone/feature_supervisor/commit/d2c61cb4be6384a748079771542e4a4011018ff5))
9+
* release 0.1.0 ([5b1b5d6](https://github.com/nmbrone/feature_supervisor/commit/5b1b5d6b34c49e1fcb9748ae1f2571d54bf402f8))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The package can be installed by adding `feature_supervisor` to your list of depe
1111
```elixir
1212
def deps do
1313
[
14-
{:feature_supervisor, "~> 0.0.1"} # {x-release-please-version}
14+
{:feature_supervisor, "~> 0.1.0"} # {x-release-please-version}
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule FeatureSupervisor.MixProject do
22
use Mix.Project
33

4-
@version "0.0.1"
4+
@version "0.1.0"
55
@source_url "https://github.com/nmbrone/feature_supervisor"
66

77
def project do

0 commit comments

Comments
 (0)