Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account committed Feb 7, 2024
1 parent 40328fe commit 5db8cb7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## 1.0.0 (2024-02-07)


### Features

* Apache 2.0 ([8e97b97](https://github.com/stordco/lunar/commit/8e97b979bbee213f8166b139d2a13f2d5d968b23))
* Collapse Runtime into Luau ([#7](https://github.com/stordco/lunar/issues/7)) ([df2a0d4](https://github.com/stordco/lunar/commit/df2a0d44813892fa2d482d1ae6bad14af22416a4))
* Iterate on APIs ([#6](https://github.com/stordco/lunar/issues/6)) ([470db44](https://github.com/stordco/lunar/commit/470db44f87bd628abe28934b380078bd939e77bc))
* More test coverage ([#8](https://github.com/stordco/lunar/issues/8)) ([ced718b](https://github.com/stordco/lunar/commit/ced718b86019960ceff9f9e2aab34b7b9031e923))
* Rename to Lunar ([#10](https://github.com/stordco/lunar/issues/10)) ([16c2e81](https://github.com/stordco/lunar/commit/16c2e81ddc50dad5727069b2b0c597876b50c4fb))
* Simple runtime and execution ([#1](https://github.com/stordco/lunar/issues/1)) ([1051f5e](https://github.com/stordco/lunar/commit/1051f5eda3938d10056520d32db08505d853dbda))
* Telemetry & clone support ([#12](https://github.com/stordco/lunar/issues/12)) ([78e254e](https://github.com/stordco/lunar/commit/78e254ec4b474e3f9ba4ecabcc345b9132d31fa3))


### Bug Fixes

* Setup release please manifest ([#6](https://github.com/stordco/lunar/issues/6)) ([40328fe](https://github.com/stordco/lunar/commit/40328fe499a97587c384c985def39bb071241c0d))


### Miscellaneous

* Add CI ([#2](https://github.com/stordco/lunar/issues/2)) ([613d833](https://github.com/stordco/lunar/commit/613d83335ed137a1926d0f64672161d7454414ac))
* Add Credo and Dialyzer ([406613c](https://github.com/stordco/lunar/commit/406613cd655820fba26ed9ef4bf1c24a3c620693))
* Add excoveralls ([3e40b70](https://github.com/stordco/lunar/commit/3e40b70bec4ab87c6f03e648d501485c2d8fe9d5))
* Add package details to mix.exs file ([#7](https://github.com/stordco/lunar/issues/7)) ([ca24f39](https://github.com/stordco/lunar/commit/ca24f390872999b68b5dfab4662ddad568c54f99))
* Add release please ([#3](https://github.com/stordco/lunar/issues/3)) ([377d571](https://github.com/stordco/lunar/commit/377d5710221e1f5fff44c200e02ce932e0068924))
* Add release-please config ([#4](https://github.com/stordco/lunar/issues/4)) ([9f5a819](https://github.com/stordco/lunar/commit/9f5a819c0c7b4bf5ad469b0e962f637e549b3cb8))
* Docs ([931b24d](https://github.com/stordco/lunar/commit/931b24d2eb8951db08af0394330a620ee06f6c41))
* Introduce PR template and checklist ([#3](https://github.com/stordco/lunar/issues/3)) ([04b7df2](https://github.com/stordco/lunar/commit/04b7df259e032d09285ec69c01a2858666e1d072))
* README release please changes ([#9](https://github.com/stordco/lunar/issues/9)) ([1f65d08](https://github.com/stordco/lunar/commit/1f65d08be0b5d6ed9d301d2da6a7d2280aa329e9))
* Remove capture_log tag ([d8a9f6f](https://github.com/stordco/lunar/commit/d8a9f6f7e0c1330d58a90abb6865ce7371b1bd2b))
* Setup common config ([d4abfb1](https://github.com/stordco/lunar/commit/d4abfb1ab6784ec4707fa3d2a02504ca375f7c43))
* Sync files with stordco/common-config-elixir ([#1](https://github.com/stordco/lunar/issues/1)) ([13cd484](https://github.com/stordco/lunar/commit/13cd484feb515765b205ed0fd1647c20205d241c))
* Sync files with stordco/common-config-elixir ([#4](https://github.com/stordco/lunar/issues/4)) ([f133880](https://github.com/stordco/lunar/commit/f133880d6c73e376024576304af58b6c3cdd75fc))
* Update wrapped function name ([597e56b](https://github.com/stordco/lunar/commit/597e56b9b0df297279f5e87f92c7564481f5f884))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Experimental Elixir wrapper for luerl.
```elixir
def deps do
[
{:lunar, "~> 0.1.0"}
{:lunar, "~> 1.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Lunar.MixProject do
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
version: "0.1.0",
version: "1.0.0",
test_coverage: [tool: ExCoveralls],
package: package()
]
Expand Down

0 comments on commit 5db8cb7

Please sign in to comment.