File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.13.0 - 2024-11-05
4
+
5
+ - Add AWK language and Linkedin news source.
6
+
3
7
## v1.12.0 - 2024-11-05
4
8
5
9
- Improved wording.
Original file line number Diff line number Diff line change 1
1
name = " survey"
2
- version = " 1.12 .0"
2
+ version = " 1.13 .0"
3
3
licences = [" Apache-2.0" ]
4
4
5
5
# Fill out these fields if you intend to generate HTML documentation or publish
Original file line number Diff line number Diff line change @@ -618,6 +618,7 @@ const html_form = html_head
618
618
</datalist>
619
619
620
620
<datalist id='languages'>
621
+ <option value='AWK'></option>
621
622
<option value='Ada'></option>
622
623
<option value='Apex'></option>
623
624
<option value='Assembly'></option>
@@ -681,6 +682,7 @@ const html_form = html_head
681
682
<option value='GitHub'></option>
682
683
<option value='Gleam Weekly'></option>
683
684
<option value='Hacker News'></option>
685
+ <option value='Linkedin'></option>
684
686
<option value='The Fediverse'></option>
685
687
<option value='The Gleam Discord Server'></option>
686
688
<option value='Twitter @gleamlang'></option>
You can’t perform that action at this time.
0 commit comments