Skip to content

Commit 079959c

Browse files
chore(main): release lockspire 0.1.1 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a550cbb commit 079959c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to Lockspire will be documented in this file.
44

55
The 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()),

0 commit comments

Comments
 (0)