Skip to content

Commit c349821

Browse files
committed
bump 1.0.1
1 parent 7b74093 commit c349821

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 1.0.1 (2023-12-27)
9+
Just a small library updated I didn't want folks to miss.
910

10-
11-
### Features
12-
* Graphing library (plotly.js) updated, seems to work graphs may look slightly different.
11+
### Mini-Feature/Maitenance
12+
* Graphing library (plotly.js) updated, graphs may look slightly different.
1313

1414
## 1.0.0 (2019-03-28)
1515

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule BencheeHTML.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/PragTob/benchee_html"
5-
@version "1.0.0"
5+
@version "1.0.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)