From 177438de13ea8ff1705239843152ee4260c2c463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E1=BA=A9m=20Hu=E1=BB=B3nh?= Date: Wed, 9 Nov 2022 23:29:14 +0100 Subject: [PATCH] Release v1.5.0 --- CHANGELOG.md | 5 ++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06850ad..8fbbb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## master +## v1.5.0 - 2022-11-09 * Saxy.encode! now supports "UTF-8"/"utf-8" as string in the prolog [#102](https://github.com/qcam/saxy/pull/102). +* Access user state inside partial to allow streaming output [#100](https://github.com/qcam/saxy/pull/100). +* Introduce :never to expand_entity option [#114](https://github.com/qcam/saxy/pull/114). +* Bug fixes around typespecs. ## v1.4.0 - 2021-06-05 diff --git a/README.md b/README.md index 9be85b7..ee02f82 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add `:saxy` to your `mix.exs`. ```elixir def deps() do [ - {:saxy, "~> 1.4"} + {:saxy, "~> 1.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 3d10db0..48730f5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Saxy.MixProject do use Mix.Project @source_url "https://github.com/qcam/saxy" - @version "1.4.0" + @version "1.5.0" def project() do [