Skip to content

Commit

Permalink
chore(main): release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jan 18, 2024
1 parent 63e0f45 commit 11469b8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.7.0"
".": "2.8.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ complete changelog, see the git history for each version via the version links.

[hex package page]: https://hex.pm/packages/ex_machina

## [2.8.0](https://github.com/beam-community/ex_machina/compare/v2.7.0...v2.8.0) (2024-01-18)


### Features

* ExMachina.start/2: return a supervisor from Application callback ([#434](https://github.com/beam-community/ex_machina/issues/434)) ([63e0f45](https://github.com/beam-community/ex_machina/commit/63e0f45b88d50d4f0a9f87769bb3a1e6a236b224))
* Remove circleci, update tools-version ([#438](https://github.com/beam-community/ex_machina/issues/438)) ([70d076e](https://github.com/beam-community/ex_machina/commit/70d076e30de4a532e7b9e78f99d61ee43d529412))
* Support common-config ([#436](https://github.com/beam-community/ex_machina/issues/436)) ([3dad568](https://github.com/beam-community/ex_machina/commit/3dad56828c0a91da30bea34d05b599c6fb89b81a))


### Miscellaneous

* Add release please manifest file ([1cbb70e](https://github.com/beam-community/ex_machina/commit/1cbb70ee08739c2eb321a5ba81ccb1d1ca17d633))
* Clear up log level warning ([7e45046](https://github.com/beam-community/ex_machina/commit/7e45046dee086e5cf916027f30f3a31aea4b74d4))
* Fix missing , in configuration file ([1826e02](https://github.com/beam-community/ex_machina/commit/1826e027b43aa281ab996e6f6f5402368b083ea7))
* Remove extra character from test configuration file ([dc65e91](https://github.com/beam-community/ex_machina/commit/dc65e915b04227202725817ed93a4531c043510a))
* Resolve config warning ([#440](https://github.com/beam-community/ex_machina/issues/440)) ([40b4291](https://github.com/beam-community/ex_machina/commit/40b42912386d5706ab790b4fcb2ca565bf672d2a))
* Satisfy Credo consistency check ([941a0c6](https://github.com/beam-community/ex_machina/commit/941a0c6bb63267a8c328537eabe5793b809bec7b))
* Sync files with beam-community/common-config ([#437](https://github.com/beam-community/ex_machina/issues/437)) ([74d3f0f](https://github.com/beam-community/ex_machina/commit/74d3f0f7a4da8a46840625c42b1fb39f79de2760))
* Sync files with beam-community/common-config ([#441](https://github.com/beam-community/ex_machina/issues/441)) ([819a065](https://github.com/beam-community/ex_machina/commit/819a06516fa1cbd9aca1ba8ade5ce078697656c4))
* Update and run formatter ([#439](https://github.com/beam-community/ex_machina/issues/439)) ([1b40ace](https://github.com/beam-community/ex_machina/commit/1b40ace15c74cf68ea201bbf7e6aa0232e2b0ae1))
* Update mix.exs and deps ([6387f02](https://github.com/beam-community/ex_machina/commit/6387f02ae12855c800f18ef15a2a9cd520132e0d))
* Update test postgres configuration ([7fad797](https://github.com/beam-community/ex_machina/commit/7fad7971d702b3253230ab8414f578676fd9de16))

## [2.7.0]

[2.7.0]: https://github.com/thoughtbot/ex_machina/compare/v2.6.0...v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ExMachina.Mixfile do
[
app: :ex_machina,
description: "A factory library by the creators of FactoryBot (née FactoryGirl)",
version: "2.7.0",
version: "2.8.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 11469b8

Please sign in to comment.