Skip to content

Commit

Permalink
Update CHANGELOG for v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Feb 22, 2022
1 parent 48ecca5 commit e385609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.3.0

- Do not prefix/suffix comment with whitespace.

## v0.2.1

- Bump license year.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ func main() {
}
defer rows.Close()

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

0 comments on commit e385609

Please # to comment.