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 9
9
description : What version of sqlc are you running? If you don't know, run `sqlc version`.
10
10
multiple : false
11
11
options :
12
+ - 1.12.0
12
13
- 1.11.0
13
14
- 1.10.0
14
- - 1.9.0
15
15
- Other
16
16
validations :
17
17
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
10
10
# https://tera.netlify.app/docs/#introduction
11
11
body = """
12
12
{% 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 }})
14
14
{% else %}\
15
15
## [unreleased]
16
16
{% endif %}\
17
+
18
+ Released {{ timestamp | date(format="%Y-%m-%d") }}
19
+
17
20
{% for group, commits in commits | group_by(attribute="group") %}
18
21
### {{ group | upper_first }}
19
22
{% for commit in commits %}
@@ -50,4 +53,4 @@ filter_commits = false
50
53
# glob pattern for matching git tags
51
54
tag_pattern = " v[0-9]*"
52
55
# 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 22
22
author = 'Kyle Conroy'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.11 .0'
25
+ release = '1.12 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ code ever again.
64
64
reference/query-annotations.md
65
65
reference/language-support.rst
66
66
reference/environment-variables.md
67
+ reference/changelog.md
67
68
68
69
.. toctree ::
69
70
: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
42
42
43
43
## Downloads
44
44
45
- Get pre-built binaries for * v1.11 .0* :
45
+ Get pre-built binaries for * v1.12 .0* :
46
46
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