Skip to content

Commit e385609

Browse files
committed
Update CHANGELOG for v0.3.0.
1 parent 48ecca5 commit e385609

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.3.0
2+
3+
- Do not prefix/suffix comment with whitespace.
4+
15
## v0.2.1
26

37
- Bump license year.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ func main() {
5555
}
5656
defer rows.Close()
5757

58-
// will produce the following query: SELECT 1 /* application='hello-app',user-id='22' */
58+
// will produce the following query: SELECT 1 /*application='hello-app',user-id='22'*/
5959
}
6060
```

0 commit comments

Comments
 (0)