Skip to content

Commit

Permalink
AWK and linkedin
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 5, 2024
1 parent b1eb553 commit 55a3867
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.13.0 - 2024-11-05

- Add AWK language and Linkedin news source.

## v1.12.0 - 2024-11-05

- Improved wording.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "survey"
version = "1.12.0"
version = "1.13.0"
licences = ["Apache-2.0"]

# Fill out these fields if you intend to generate HTML documentation or publish
Expand Down
2 changes: 2 additions & 0 deletions src/survey.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ const html_form = html_head
</datalist>
<datalist id='languages'>
<option value='AWK'></option>
<option value='Ada'></option>
<option value='Apex'></option>
<option value='Assembly'></option>
Expand Down Expand Up @@ -681,6 +682,7 @@ const html_form = html_head
<option value='GitHub'></option>
<option value='Gleam Weekly'></option>
<option value='Hacker News'></option>
<option value='Linkedin'></option>
<option value='The Fediverse'></option>
<option value='The Gleam Discord Server'></option>
<option value='Twitter @gleamlang'></option>
Expand Down

0 comments on commit 55a3867

Please sign in to comment.