Skip to content

Commit b13de99

Browse files
committed
Release notes: Append PR numbers
1 parent e96970d commit b13de99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

release_note_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
- Running `edit` without arguments now opens a table selection mode.
44
- The Oracle `MERGE` statement is now treated as a DML command.
55
- `COMMIT` and `ROLLBACK` can now be executed without a semicolon (`;`).
6-
- Added support for the [`NO_COLOR`](https://no-color.org/) environment variable to disable colored output.
6+
- Added support for the [`NO_COLOR`](https://no-color.org/) environment variable to disable colored output. (#6)
77

88
### Internal changes
99

1010
- Updated internal dependencies (go-multiline-ny v0.22.1, go-box v3) (#4)
11-
- Use context from completion.CmdCompletionOrList.CandidatesContext instead of context.TODO()
12-
- Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard `go test` framework to enable testing on Linux and GitHub Actions.
11+
- Use context from completion.CmdCompletionOrList.CandidatesContext instead of context.TODO() (#5)
12+
- Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard `go test` framework to enable testing on Linux and GitHub Actions. (#7)
1313

1414
v0.24.0
1515
=======

release_note_ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
- 引数なしで `edit` コマンドが起動された時、カーソルでテーブルを選択するモードを起動するようにした。
44
- Oracle の`MERGE` 文も DML 扱いするようにした。
55
- `COMMIT``ROLLBACK` もセミコロンなしで実行できる1行コマンドとした。
6-
- カラー出力を抑制する環境変数の [`NO_COLOR`](https://no-color.org/) をサポート
6+
- カラー出力を抑制する環境変数の [`NO_COLOR`](https://no-color.org/) をサポート (#6)
77

88
### 内部的な変更
99

1010
- 依存パッケージを更新 (go-multiline-ny v0.22.1, go-box v3) (#4)
11-
- テーブル名・カラム名補完の際に使用していた `context.TODO()``completion.CmdCompletionOrList.CandidatesContext` が提供するコンテキストに変更
12-
- Linux 環境や GitHub Actions からテストができるよう、PowerShell 7 で記述していた SQLite3 を使ったテストを、go test に置き変えた
11+
- テーブル名・カラム名補完の際に使用していた `context.TODO()``completion.CmdCompletionOrList.CandidatesContext` が提供するコンテキストに変更 (#5)
12+
- Linux 環境や GitHub Actions からテストができるよう、PowerShell 7 で記述していた SQLite3 を使ったテストを、go test に置き変えた (#7)
1313

1414
v0.24.0
1515
=======

0 commit comments

Comments
 (0)