File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ and this project adheres to
1010
1111---
1212
13+ ## [ 0.11.5] - 2026-06-01
14+
15+ ### Added
16+ - Implemented drop_pii for values of arrays and maps.
17+
18+ ---
19+
1320## [ 0.11.4] - 2026-05-08
1421
1522### Added
@@ -154,7 +161,8 @@ and this project adheres to
154161
155162
156163
157- [ Unreleased ] : https://github.com/primait/avrogen/compare/0.11.4...HEAD
164+ [ Unreleased ] : https://github.com/primait/avrogen/compare/0.11.5...HEAD
165+ [ 0.11.5 ] : https://github.com/primait/avrogen/compare/0.11.4...0.11.5
158166[ 0.11.4 ] : https://github.com/primait/avrogen/compare/0.11.3...0.11.4
159167[ 0.11.3 ] : https://github.com/primait/avrogen/compare/0.11.2...0.11.3
160168[ 0.11.2 ] : https://github.com/primait/avrogen/compare/0.11.1...0.11.2
Original file line number Diff line number Diff line change 11defmodule Avrogen.MixProject do
22 use Mix.Project
33
4- @ version "0.11.4 "
4+ @ version "0.11.5 "
55 @ source_url "https://github.com/primait/avrogen"
66
77 def project do
You can’t perform that action at this time.
0 commit comments