Skip to content

Commit 2f1dcf8

Browse files
committed
title
1 parent d03388b commit 2f1dcf8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.1 - 2024-02-28
4+
5+
- Change title for better search results.
6+
37
## 1.1.0 - 2024-02-28
48

59
- Allow optional configuration:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Glychee · A Simple Gleam Benchmark Runner
1+
# Glychee · A Simple Gleam Benchmark Runner on Erlang via Benchee
22

33
[![Hex Package](https://img.shields.io/hexpm/v/glychee?color=ffaff3&label=%F0%9F%93%A6)](https://hex.pm/packages/glychee)
44
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3?label=%F0%9F%93%9A)](https://hexdocs.pm/glychee/)

gleam.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "glychee"
2-
version = "1.1.0"
2+
version = "1.1.1"
33
gleam = "~> 1.0"
44
licences = ["Apache-2.0"]
5-
description = "Glychee: Easy access to Elixir's Benchee from Gleam!"
5+
description = "Glychee · A Simple Gleam Benchmark Runner on Erlang via Benchee"
66
repository = { type = "github", user = "inoas", repo = "glychee" }
77
# links = [{ title = "Website", href = "https://gleam.run" }]
88
target = "erlang"

0 commit comments

Comments
 (0)