Skip to content

Commit

Permalink
Up version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jan 7, 2025
1 parent 8cd4e62 commit 2ee43ba
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do
def project do
[
app: :archethic,
version: "1.6.0",
version: "1.6.1",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down
34 changes: 34 additions & 0 deletions rel/appups/archethic/1.6.0_to_1.6.1.appup
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{"1.6.1",
[{"1.6.0",
[{load_module,'Elixir.Archethic.Cldr.Currency',brutal_purge,soft_purge,[]},
{load_module,'Elixir.Archethic.Cldr.Number.Transliterate',brutal_purge,
soft_purge,[]},
{load_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinMarketCapArchethic',
brutal_purge,soft_purge,[]},
{load_module,'Elixir.ArchethicWeb.ExplorerRouter',brutal_purge,soft_purge,
[]},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.OracleChain.ServiceCacheSupervisor', 'Elixir.CacheSupervisor']}},
{update,'Elixir.Archethic.OracleChain.ServiceCacheSupervisor',supervisor},
{delete_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinPaprika'},
{apply,{supervisor,restart_child,
['Elixir.Archethic.OracleChain.ServiceCacheSupervisor', 'Elixir.CacheSupervisor']}},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.Telemetry',prometheus_metrics]}},
{apply,{supervisor,restart_child,
['Elixir.Archethic.Telemetry',prometheus_metrics]}},
{apply,{supervisor,terminate_child,
['Elixir.Archethic.Telemetry',telemetry_poller]}},
{apply,{supervisor,restart_child,
['Elixir.Archethic.Telemetry',telemetry_poller]}},
{apply,{'Elixir.Archethic.Contracts.Loader',reparse_workers_contract,[]}},
{apply,{'Elixir.Mix.Tasks.Archethic.Migrate',run,["1.6.1",true]}}]}],
[{"1.6.0",
[{load_module,'Elixir.Archethic.Cldr.Currency',brutal_purge,soft_purge,[]},
{load_module,'Elixir.Archethic.Cldr.Number.Transliterate',brutal_purge,
soft_purge,[]},
{load_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinMarketCapArchethic',
brutal_purge,soft_purge,[]},
{load_module,'Elixir.ArchethicWeb.ExplorerRouter',brutal_purge,soft_purge,
[]},
{add_module,'Elixir.Archethic.OracleChain.Services.UCOPrice.Providers.CoinPaprika'}]}]}.

0 comments on commit 2ee43ba

Please sign in to comment.