Skip to content

Commit 0ac5dec

Browse files
committed
Gleam weekly
1 parent 688358d commit 0ac5dec

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v1.9.0 - 2024-11-04
4+
5+
- Added Gleam Weekly as a news source.
6+
37
## v1.8.0 - 2024-11-04
48

59
- Organisation sponsorship question only shows if you say you are in an

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "survey"
2-
version = "1.8.0"
2+
version = "1.9.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-1
Original file line numberDiff line numberDiff line change
@@ -668,12 +668,13 @@ document.querySelector('form').addEventListener('keypress', event => {
668668
<option value='Elixir Forum'></option>
669669
<option value='Erlang Forums'></option>
670670
<option value='GitHub'></option>
671+
<option value='Gleam Weekly'></option>
671672
<option value='Hacker News'></option>
672673
<option value='The Fediverse'></option>
673674
<option value='The Gleam Discord Server'></option>
674-
<option value='Twitter'></option>
675675
<option value='Twitter @gleamlang'></option>
676676
<option value='Twitter @louispilfold'></option>
677+
<option value='Twitter'></option>
677678
<option value='gleam.run'></option>
678679
<option value='lobste.rs'></option>
679680
<option value='reddit.com'></option>

0 commit comments

Comments
 (0)