Skip to content

Commit ae648a4

Browse files
author
Joshua Hoblitt
committed
bump version to v1.2.0
1 parent fffc045 commit ae648a4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11

22
#### [Current]
3+
* [554f1a8](../../commit/554f1a8) - __(Joshua Hoblitt)__ add boilerplate Versioning/See Also sections to README
4+
* [aee2b37](../../commit/aee2b37) - __(Joshua Hoblitt)__ remove README section on stdlib
5+
6+
This section has not be relevant since commit
7+
e1962ecd9dc93278121523e3d6d35e740af172ca.
8+
9+
* [6afbfdc](../../commit/6afbfdc) - __(Joshua Hoblitt)__ add `:require => false` to all Gemfile gems
10+
* [aecaa3a](../../commit/aecaa3a) - __(Joshua Hoblitt)__ change .fixtures.yml to use https:// instead of git://
11+
* [0fba3b0](../../commit/0fba3b0) - __(Joshua Hoblitt)__ update .gitignore
12+
* [dc7b383](../../commit/dc7b383) - __(Joshua Hoblitt)__ Merge pull request [#1](../../issues/1) from jhoblitt/feature/drop_bundled_merge_function
13+
14+
Feature/drop bundled merge function
15+
* [68dc8fc](../../commit/68dc8fc) - __(Joshua Hoblitt)__ remove bundled pureftpd_merge() function
16+
17+
The pureftpd_merge() function included in this module is a copy of the
18+
stdlib merge() function from commit id
19+
f496005bf3db8a5202bf9c16daf9a524b178c67a. This version of merge()
20+
includes a critical bug fix that was commit after the stdlib 4.1.0
21+
release. Now that stdlib 4.2.0 has been released (finally!) with the
22+
needed fix, bundling a version of the merge() function in this module is
23+
no longer necessary.
24+
25+
#### v1.1.0
26+
* [95265a0](../../commit/95265a0) - __(Joshua Hoblitt)__ bump version to v1.1.0
327
* [56637b4](../../commit/56637b4) - __(Joshua Hoblitt)__ update travis matrix
428
* [e1962ec](../../commit/e1962ec) - __(Joshua Hoblitt)__ give up all hope of a post stdlib 4.1.0 release happening
529

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'jhoblitt-pureftpd'
2-
version '1.1.0'
2+
version '1.2.0'
33

44
author 'Joshua Hoblitt <[email protected]>'
55
license 'Apache + GPLv3'

0 commit comments

Comments
 (0)