File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0 "
2+ "." : " 0.1.1 "
33}
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to Lockspire will be documented in this file.
44
55The format is based on Keep a Changelog, and versions follow Semantic Versioning.
66
7+ ## [ 0.1.1] ( https://github.com/szTheory/lockspire/compare/lockspire-v0.1.0...lockspire-v0.1.1 ) (2026-04-24)
8+
9+
10+ ### Bug Fixes
11+
12+ * ** 08-01:** harden trusted release lane contract ([ ed52b00] ( https://github.com/szTheory/lockspire/commit/ed52b007eab256067fd5079c95909c2fef033f74 ) )
13+ * ** ci:** bootstrap test db in fast lane ([ bcb2ce3] ( https://github.com/szTheory/lockspire/commit/bcb2ce38d19605b2d37d7761390d587f01944e79 ) )
14+ * ** ci:** provide postgres for fast checks ([ 6b9d761] ( https://github.com/szTheory/lockspire/commit/6b9d7611bcffad41a092c95c85e5147db5ff3033 ) )
15+ * ** test:** avoid brittle key detail id assertion ([ a550cbb] ( https://github.com/szTheory/lockspire/commit/a550cbbd95015ba60a32a28899f3d7faaaf99f49 ) )
16+
717## [ Unreleased]
818
919### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Lockspire.MixProject do
44 def project do
55 [
66 app: :lockspire ,
7- version: "0.1.0 " ,
7+ version: "0.1.1 " ,
88 description: "Embedded OAuth/OIDC authorization server for Phoenix applications" ,
99 elixir: "~> 1.18" ,
1010 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments