File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- v*.*.*
7
+
7
8
jobs :
8
9
release :
9
10
uses : TanklesXL/gleam_actions/.github/workflows/release.yaml@main
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased] ( https://github.com/TanklesXL/glint/compare/v1.0.0-rc2 ...HEAD )
3
+ ## [ Unreleased] ( https://github.com/TanklesXL/glint/compare/v1.0.1 ...HEAD )
4
4
5
5
# v1
6
6
7
+ ## [ 1.0.1] ( https://github.com/TanklesXL/glint/compare/v1.0.0...v1.0.1 )
8
+
9
+ - updated gleam stdlib to >=0.39
10
+ - replace calls to ` dict.update ` with ` dict.upsert `
11
+
7
12
## [ 1.0.0] ( https://github.com/TanklesXL/glint/compare/v0.18.1...v1.0.0 )
8
13
9
14
- replaced the pipe-based command builder API with a ` use ` -based one that provides better ergonomics
Original file line number Diff line number Diff line change 1
1
name = " glint"
2
- version = " 1.0.0 "
2
+ version = " 1.0.1 "
3
3
4
4
# Fill out these fields if you intend to generate HTML documentation or publishname = "glint"
5
5
# your project to the Hex package manager.
@@ -18,7 +18,7 @@ links = [
18
18
gleam = " ~> 1.0"
19
19
20
20
[dependencies ]
21
- gleam_stdlib = " ~> 0.36 or ~> 1.0"
21
+ gleam_stdlib = " ~> 0.39 or ~> 1.0"
22
22
snag = " ~> 0.3"
23
23
gleam_community_ansi = " ~> 1.0"
24
24
gleam_community_colour = " ~> 1.0"
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ argv = { version = ">= 1.0.2 and < 2.0.0" }
26
26
birdie = { version = " >= 1.1.8 and < 2.0.0" }
27
27
gleam_community_ansi = { version = " ~> 1.0" }
28
28
gleam_community_colour = { version = " ~> 1.0" }
29
- gleam_stdlib = { version = " ~> 0.36 or ~> 1.0" }
29
+ gleam_stdlib = { version = " ~> 0.39 or ~> 1.0" }
30
30
gleeunit = { version = " ~> 1.0" }
31
31
snag = { version = " ~> 0.3" }
You can’t perform that action at this time.
0 commit comments