Skip to content

Commit e22989d

Browse files
committed
Release v1.1.5
1 parent 67038d4 commit e22989d

2 files changed

Lines changed: 67 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,76 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
## v1.1.0
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
<!-- Do not link the versions in the title since this is not compatible with ExDoc. -->
9+
10+
## Unreleased
11+
12+
Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.5...HEAD)
13+
14+
## 1.1.5
15+
16+
### Added
17+
18+
* Compatibility for Ecto 3.0
19+
20+
Diff for [v1.1.5](https://github.com/jshmrtn/crontab/compare/v1.1.4...v1.1.5)
21+
22+
## 1.1.4
23+
24+
### Fixed
25+
26+
* Fast fail on impossible year scenarios (#51)
27+
28+
Diff for [v1.1.4](https://github.com/jshmrtn/crontab/compare/v1.1.3...v1.1.4)
29+
30+
## 1.1.3
31+
32+
* Fixed Typos
33+
* Fixed run limits
34+
35+
Diff for [v1.1.3](https://github.com/jshmrtn/crontab/compare/v1.1.2...v1.1.3)
36+
37+
## 1.1.2
38+
39+
### Fixed
40+
41+
* Microsecond Precision Scheduler Fix
42+
43+
Diff for [v1.1.2](https://github.com/jshmrtn/crontab/compare/v1.1.1...v1.1.2)
44+
45+
## 1.1.1
46+
47+
### Fixed
48+
49+
* Date Library independent
50+
51+
Diff for [v1.1.1](https://github.com/jshmrtn/crontab/compare/v1.1.0...v1.1.1)
52+
53+
## 1.1.0
54+
55+
### Added
456

557
* Date Library independent
658

7-
## v1.0.0
59+
Diff for [v1.1.0](https://github.com/jshmrtn/crontab/compare/v1.0.0...v1.1.0)
60+
61+
## 1.0.0
62+
63+
### Removed
864

965
* Removed Helper Functions in Module `Crontab`
66+
67+
### Changed
1068
* Moved `get_[next|previous]_run_dates` to `Crontab.Scheduler`
1169
* Renamed Modules to a better name
12-
* Introduction of `~e[CRON_EXPRESSION]` sigil
1370
* Renamed function to conventions. (`?` for booleans, `!` for functions that raise errors)
71+
72+
### Added
73+
* Introduction of `~e[CRON_EXPRESSION]` sigil
1474
* Introduced Ecto Type
75+
76+
Diff for [v1.0.0](https://github.com/jshmrtn/crontab/compare/v0.8.5...v1.0.0)

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.4"
4+
@version "1.1.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)