File tree Expand file tree Collapse file tree 7 files changed +974
-9
lines changed Expand file tree Collapse file tree 7 files changed +974
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1111body = """
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
5154tag_pattern = " v[0-9]*"
5255# regex for skipping tags
53- skip_tags = " v0.1.0- beta.1 "
56+ skip_tags = " v* beta"
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments