We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a435f commit 3bf951aCopy full SHA for 3bf951a
2 files changed
CHANGELOG.md
@@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## Unreleased
11
12
-Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.9...HEAD)
+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)
21
22
## 1.1.9
23
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Crontab.Mixfile do
2
use Mix.Project
3
4
- @version "1.1.9"
+ @version "1.1.10"
5
6
def project do
7
[
0 commit comments