commit 6af1d49af84a21038707eebabb3b716454f9834f from: mtmn date: Sun Jun 7 09:29:31 2026 UTC chore: release v0.2.1 commit - b291aa607fc3e8b52957105d157bd7f45a39f007 commit + 6af1d49af84a21038707eebabb3b716454f9834f blob - f43684da0c2835dc0319f97919cf68bf8b10d862 blob + 2505d8b31ced2d3f4f1bc7a690a497d05f438fc4 --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1] - 2026-06-07 + +### Bug Fixes + +- Missing host in config.exs ([`8339a06`](https://git.sr.ht/~mtmn/virittaa/commit/8339a06b1df1dc87134c1f08d8c35bd1bdfb5c01)) +- Safer queries, formatter, http codes ([`b291aa6`](https://git.sr.ht/~mtmn/virittaa/commit/b291aa607fc3e8b52957105d157bd7f45a39f007)) + ## [0.2.0] - 2026-06-05 ### Features blob - f9fb0885387fe357133237f9ca6b46c05ba755fb blob + d99d066dbef9c7f6049eb490c6a312963adb83e2 --- flake.nix +++ flake.nix @@ -4,7 +4,7 @@ }; outputs = {nixpkgs, ...}: let - version = "0.2.0"; + version = "0.2.1"; pkgs = nixpkgs.legacyPackages.x86_64-linux; beamPackages = pkgs.beam.packages.erlang_28; in { blob - 75df49326d8e77212c578d2784cbf4fa3866ea57 blob + 11735d19883ecf2ba6085cde96ade409a7fce597 --- mix.exs +++ mix.exs @@ -4,7 +4,7 @@ defmodule Shortener.MixProject do def project do [ app: :shortener, - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.18", start_permanent: Mix.env() == :prod, deps: deps()