Skip to content

Commit 2ae5f34

Browse files
committed
fix-license
1 parent 0ba3119 commit 2ae5f34

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
<!-- ## [Unreleased] -->
7+
## [5.0.3] - 2025-03-06
8+
9+
- Fixed license shown in hex to be in line with license in repo.
710

811
## [5.0.2] - 2025-01-16
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 👇Given for Gleam
1+
# Given 👇 for Gleam
22

33
[![Package <a href="https://github.com/inoas/gleam-given/releases"><img src="https://img.shields.io/github/release/inoas/gleam-given" alt="GitHub release"></a> Version](https://img.shields.io/hexpm/v/given)](https://hex.pm/packages/given)
44
[![Erlang-compatible](https://img.shields.io/badge/target-erlang-b83998)](https://www.erlang.org/)

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name = "given"
2-
version = "5.0.2"
2+
version = "5.0.3"
33

44
# Fill out these fields if you intend to generate HTML documentation or publish
55
# your project to the Hex package manager.
66
#
77
description = "Ergonomic early returns (lazy guards) for Bool, Result and Option types in Gleam"
8-
licences = ["Apache-2.0"]
8+
licences = ["MPL-2.0"]
99
repository = { type = "github", user = "inoas", repo = "gleam-given" }
1010
# links = [{ title = "Website", href = "" }]
1111
#

0 commit comments

Comments
 (0)