Skip to content

Commit 5561bf1

Browse files
committed
Edit changelog
1 parent 95d8940 commit 5561bf1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Install reviewdog
4545
uses: reviewdog/action-setup@v1
4646

47-
# CR mbarbin: Hello CR. Here we can have a few CRs workflow that should
48-
# permit to test the crs built from that PR and its interaction with other
49-
# tools like reviewdog, GitHub annotations, step summaries, etc.
47+
# Here we can have a few CRs workflow that should permit to test the crs
48+
# built from that PR and its interaction with other tools like reviewdog,
49+
# GitHub annotations, step summaries, etc.
5050

5151
- name: Annotate CRs with reviewdog
5252
if: github.event_name == 'pull_request'

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.20250705 (2025-07-05)
2+
3+
### Added
4+
5+
- Added some CRs workflow to test PR changes (#51, @mbarbin).
6+
7+
### Changed
8+
9+
- Switch from protoc to yojson_conv to serialize to reviewdog (#50, @mbarbin).
10+
- Reduce `:test` deps of the main `crs.opam` package (#49, @mbarbin).
11+
- Refactor text table handling and support GitHub Flavored md (#48, @mbarbin)
12+
113
## 0.0.20250704 (2025-07-04)
214

315
### Added

0 commit comments

Comments
 (0)