Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Nov 9, 2022
1 parent c15c2c6 commit 177438d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `:saxy` to your `mix.exs`.
```elixir
def deps() do
[
{:saxy, "~> 1.4"}
{:saxy, "~> 1.5"}
]
end
```
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 Saxy.MixProject do
use Mix.Project

@source_url "https://github.com/qcam/saxy"
@version "1.4.0"
@version "1.5.0"

def project() do
[
Expand Down

0 comments on commit 177438d

Please sign in to comment.