Skip to content

Tz World version 2.2.0

Latest

Choose a tag to compare

@kipcole9 kipcole9 released this 27 Apr 14:12
· 6 commits to main since this release

Bug Fixes

  • mix tz_world.update now produces a single clear error instead of a long File.Error stack trace when the configured :data_dir does not exist. To create the directory automatically, pass --force. This affects users who set :data_dir to a path outside the package's priv/ (e.g. an application-level data directory shared across releases).

Migration

  • If you set config :tz_world, data_dir: "..." to a directory that is not part of the build artifacts, run mix tz_world.update --force once on first install (or any install where the directory may not yet exist). The default :data_dir (the package's priv/) always exists and is unaffected.