Skip to content

Commit 55a3867

Browse files
committed
AWK and linkedin
1 parent b1eb553 commit 55a3867

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.13.0 - 2024-11-05
4+
5+
- Add AWK language and Linkedin news source.
6+
37
## v1.12.0 - 2024-11-05
48

59
- Improved wording.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "survey"
2-
version = "1.12.0"
2+
version = "1.13.0"
33
licences = ["Apache-2.0"]
44

55
# Fill out these fields if you intend to generate HTML documentation or publish

src/survey.gleam

+2
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ const html_form = html_head
618618
</datalist>
619619
620620
<datalist id='languages'>
621+
<option value='AWK'></option>
621622
<option value='Ada'></option>
622623
<option value='Apex'></option>
623624
<option value='Assembly'></option>
@@ -681,6 +682,7 @@ const html_form = html_head
681682
<option value='GitHub'></option>
682683
<option value='Gleam Weekly'></option>
683684
<option value='Hacker News'></option>
685+
<option value='Linkedin'></option>
684686
<option value='The Fediverse'></option>
685687
<option value='The Gleam Discord Server'></option>
686688
<option value='Twitter @gleamlang'></option>

0 commit comments

Comments
 (0)