Skip to content

Commit bbf0bc8

Browse files
committed
chore(release): v0.6.0
1 parent 13a7010 commit bbf0bc8

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.6.0
5+
6+
[compare changes](https://github.com/ymansurozer/galley/compare/v0.5.0...v0.6.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Inline comment composers and refreshed thread typography ([0171fdb](https://github.com/ymansurozer/galley/commit/0171fdb))
11+
- Wrap-around navigation that seeks unreviewed files ([271fe97](https://github.com/ymansurozer/galley/commit/271fe97))
12+
- Batch question delivery and fold open questions into Send ([f8427cd](https://github.com/ymansurozer/galley/commit/f8427cd))
13+
- Skimmable changes — guide-driven focused reviews ([5b2e67d](https://github.com/ymansurozer/galley/commit/5b2e67d))
14+
15+
### 🔥 Performance
16+
17+
- Slim review saves to the reviewer-owned slice and coalesce bursts ([eba364b](https://github.com/ymansurozer/galley/commit/eba364b))
18+
19+
### 🩹 Fixes
20+
21+
- Make the contract explicit that answering a question is read-only ([adecad0](https://github.com/ymansurozer/galley/commit/adecad0))
22+
23+
### 💅 Refactors
24+
25+
- Drop the Overview file list ([bc70e46](https://github.com/ymansurozer/galley/commit/bc70e46))
26+
27+
### 🤖 CI
28+
29+
- Bump checkout and setup-node actions to v5 ([062225a](https://github.com/ymansurozer/galley/commit/062225a))
30+
- Publish through a pinned fresh npm instead of upgrading in place ([13a7010](https://github.com/ymansurozer/galley/commit/13a7010))
31+
32+
### ❤️ Contributors
33+
34+
- Ymansurozer <ymansurozer@gmail.com>
35+
436
## v0.5.0
537

638
[compare changes](https://github.com/ymansurozer/galley/compare/v0.4.0...v0.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "galley-diff",
3-
"version": "0.5.0",
3+
"version": "0.6.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)