Skip to content

Commit 9787bed

Browse files
Release: 0.3.0
1 parent 5634121 commit 9787bed

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/jordangarrison/greenlight/compare/v0.2.0...v0.3.0) (2026-03-07)
4+
5+
6+
### Features
7+
8+
* add paginated full views for user PRs and commits ([#13](https://github.com/jordangarrison/greenlight/issues/13)) ([2377eca](https://github.com/jordangarrison/greenlight/commit/2377eca55e689ee25076f4c5e6b3c968b55a4c51))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** move docker publish into release-please workflow ([#15](https://github.com/jordangarrison/greenlight/issues/15)) ([5634121](https://github.com/jordangarrison/greenlight/commit/563412138ee9d0086224ae4dbd4e457302084ca2))
14+
315
## [0.2.0](https://github.com/jordangarrison/greenlight/compare/v0.1.0...v0.2.0) (2026-03-04)
416

517

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Greenlight.MixProject do
55
[
66
app: :greenlight,
77
# x-release-please-start-version
8-
version: "0.2.0",
8+
version: "0.3.0",
99
# x-release-please-end
1010
elixir: "~> 1.15",
1111
elixirc_paths: elixirc_paths(Mix.env()),

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
pname = "greenlight";
1313
# x-release-please-start-version
14-
version = "0.2.0";
14+
version = "0.3.0";
1515
# x-release-please-end
1616
src = ./..;
1717

0 commit comments

Comments
 (0)