Skip to content

Commit

Permalink
v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 2, 2024
1 parent 7b456d0 commit 4de425d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/mix/tasks/testcontainers/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ defmodule Mix.Tasks.Testcontainers.Test do
:fs.subscribe(String.to_atom("watcher_" <> folder))
end)

Process.flag(:trap_exit, true)

run_tests(env)
loop(env, container)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/util/constants.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
@moduledoc false

def library_name, do: :testcontainers
def library_version, do: "1.10.4"
def library_version, do: "1.10.5"
def container_label, do: "org.testcontainers"
def container_lang_label, do: "org.testcontainers.lang"
def container_reuse_hash_label, do: "org.testcontainers.reuse-hash"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project

@app :testcontainers
@version "1.10.4"
@version "1.10.5"
@source_url "https://github.com/testcontainers/testcontainers-elixir"

def project do
Expand Down

0 comments on commit 4de425d

Please sign in to comment.