Skip to content

Commit 45bd150

Browse files
authored
cmd/sqlc: Bump version to v1.12.0 (#1415)
* docs: Add v1.12.0 to the Changelog
1 parent 41b2386 commit 45bd150

File tree

7 files changed

+974
-9
lines changed

7 files changed

+974
-9
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ body:
99
description: What version of sqlc are you running? If you don't know, run `sqlc version`.
1010
multiple: false
1111
options:
12+
- 1.12.0
1213
- 1.11.0
1314
- 1.10.0
14-
- 1.9.0
1515
- Other
1616
validations:
1717
required: true

cliff.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ All notable changes to this project will be documented in this file.\n
1010
# https://tera.netlify.app/docs/#introduction
1111
body = """
1212
{% if version %}\
13-
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
13+
## [{{ version | trim_start_matches(pat="v") }}](https://github.com/kyleconroy/sqlc/releases/tag/{{ version }})
1414
{% else %}\
1515
## [unreleased]
1616
{% endif %}\
17+
18+
Released {{ timestamp | date(format="%Y-%m-%d") }}
19+
1720
{% for group, commits in commits | group_by(attribute="group") %}
1821
### {{ group | upper_first }}
1922
{% for commit in commits %}
@@ -50,4 +53,4 @@ filter_commits = false
5053
# glob pattern for matching git tags
5154
tag_pattern = "v[0-9]*"
5255
# regex for skipping tags
53-
skip_tags = "v0.1.0-beta.1"
56+
skip_tags = "v*beta"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Kyle Conroy'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.11.0'
25+
release = '1.12.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ code ever again.
6464
reference/query-annotations.md
6565
reference/language-support.rst
6666
reference/environment-variables.md
67+
reference/changelog.md
6768

6869
.. toctree::
6970
:maxdepth: 2

docs/overview/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate
4242

4343
## Downloads
4444

45-
Get pre-built binaries for *v1.11.0*:
45+
Get pre-built binaries for *v1.12.0*:
4646

47-
- [Linux](https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz)
48-
- [macOS](https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_darwin_amd64.zip)
49-
- [Windows (MySQL only)](https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_windows_amd64.zip)
47+
- [Linux](https://github.com/kyleconroy/sqlc/releases/download/v1.12.0/sqlc_1.12.0_linux_amd64.tar.gz)
48+
- [macOS](https://github.com/kyleconroy/sqlc/releases/download/v1.12.0/sqlc_1.12.0_darwin_amd64.zip)
49+
- [Windows (MySQL only)](https://github.com/kyleconroy/sqlc/releases/download/v1.12.0/sqlc_1.12.0_windows_amd64.zip)

0 commit comments

Comments
 (0)