Skip to content

Commit 62fd4ab

Browse files
inoasinoas
authored andcommitted
update
1 parent 8594a69 commit 62fd4ab

6 files changed

Lines changed: 410 additions & 208 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: test
33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98

109
jobs:
1110
test:
1211
runs-on: ubuntu-latest
1312
steps:
14-
- uses: actions/checkout@v3.0.0
15-
- uses: erlef/setup-beam@v1.13.0
13+
- uses: actions/checkout@v4
14+
- uses: erlef/setup-beam@v1
1615
with:
17-
otp-version: "25.1"
18-
gleam-version: "0.24.0"
19-
elixir-version: "1.14.1"
20-
- run: gleam format --check src test
16+
otp-version: "28"
17+
gleam-version: "1.15.4"
18+
rebar3-version: "3"
19+
elixir-version: "1.19.4"
2120
- run: gleam deps download
22-
- run: gleam test
21+
- run: gleam test --target erlang
22+
- run: gleam format --check src test

CHANGELOG.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Changelog
22

3-
## 1.1.2 - 2024-05-01
3+
## [1.1.3] - 2026-04-18
4+
5+
- Minor fixes.
6+
- Change to MPL 2.
7+
8+
## [1.1.2] - 2024-05-01
49

510
- Change title for better search results.
611

7-
## 1.1.1 - 2024-05-01
12+
## [1.1.1] - 2024-05-01
813

914
- Change title for better search results.
1015

11-
## 1.1.0 - 2024-02-28
16+
## [1.1.0] - 2024-02-28
1217

1318
- Allow optional configuration:
1419

@@ -35,47 +40,47 @@
3540
- Time
3641
- Warmup
3742

38-
## 1.0.2 - 2024-02-27
43+
## [1.0.2] - 2024-02-27
3944

4045
- Fix hiding of internals.
4146

42-
## 1.0.1 - 2024-02-27
47+
## [1.0.1] - 2024-02-27
4348

4449
- Mark helpers module as internal.
4550

46-
## 1.0.0 - 2024-02-27
51+
## [1.0.0] - 2024-02-27
4752

4853
- Update for **Gleam** `~> 1.0`.
4954
- Some code cleanup and refactorings.
5055
- Also updates Benchee dep to `~> 1.3`.
5156

52-
## 0.3.0 - 2023-06-14
57+
## [0.3.0] - 2023-06-14
5358

5459
- Update for **Gleam** `~> 0.30`.
5560

56-
## 0.2.7 - 2023-01-20
61+
## [0.2.7] - 2023-01-20
5762

5863
- Improved readme instructions on how to run the Glychee.
5964

60-
## 0.2.6 - 2023-01-01
65+
## [0.2.6] - 2023-01-01
6166

6267
- Instruct to use `gleam add glychee --dev` to add as a dev dependency, only.
6368

64-
## 0.2.5 - 2023-01-01
69+
## [0.2.5] - 2023-01-01
6570

6671
- Fix logo on _hexpm_.
6772

68-
## 0.2.4 - 2023-01-01
73+
## [0.2.4] - 2023-01-01
6974

7075
- Readme
7176
- Typos
7277
- Logo
7378

74-
## 0.2.3 - 2022-10-25
79+
## [0.2.3] - 2022-10-25
7580

7681
- Now just requires Gleam 0.24.0 instead of an unreleased nightly version.
7782

78-
## 0.2.2 - 2022-10-25
83+
## [0.2.2] - 2022-10-25
7984

8085
- Changed Benchee configuration settings to:
8186

@@ -88,7 +93,7 @@
8893
]
8994
```
9095

91-
## v0.2.0 - 2022-10-21
96+
## [0.2.0] - 2022-10-21
9297

9398
- Removed these dependencies: gleam's `stdlib`, `gleam_erlang`, and `gleeunit`,
9499
which means Glychee can be used in these projects to benchmark themselves.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @inoas

0 commit comments

Comments
 (0)