Skip to content

Commit be23483

Browse files
committed
chore(release): v0.3.0
1 parent 659d3d2 commit be23483

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.3.0
5+
6+
[compare changes](https://github.com/ymansurozer/galley/compare/v0.2.4...v0.3.0)
7+
8+
### 🩹 Fixes
9+
10+
- Show untracked files in working-tree review ([#16](https://github.com/ymansurozer/galley/pull/16))
11+
12+
### 💅 Refactors
13+
14+
- ⚠️ Make `galley spec` the single source of truth for the agent contract ([#17](https://github.com/ymansurozer/galley/pull/17))
15+
16+
#### ⚠️ Breaking Changes
17+
18+
- ⚠️ Make `galley spec` the single source of truth for the agent contract ([#17](https://github.com/ymansurozer/galley/pull/17))
19+
20+
### ❤️ Contributors
21+
22+
- Yusuf Mansur Özer <ymansurozer@gmail.com>
23+
424
## v0.2.4
525

626
[compare changes](https://github.com/ymansurozer/galley/compare/v0.2.3...v0.2.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ymansurozer/galley",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "An integrated review environment (IRE) for code you didn't write by hand — review a git diff in the browser, then hand a structured review back to your coding agent.",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)