Skip to content

Commit 3bf951a

Browse files
committed
Release v1.1.10
1 parent a0a435f commit 3bf951a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12-
Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.9...HEAD)
12+
Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.10...HEAD)
13+
14+
## 1.1.10
15+
16+
### Fixed
17+
- Fix Warning about function head before function body
18+
- Mute Warning about deprecated `Code.ensure_compiled?/1`
19+
20+
Diff for [v1.1.10](https://github.com/jshmrtn/crontab/compare/v1.1.9...v1.1.10)
1321

1422
## 1.1.9
1523

mix.exs

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

4-
@version "1.1.9"
4+
@version "1.1.10"
55

66
def project do
77
[

0 commit comments

Comments
 (0)