From 0b884c9b6856a089abd39f0a8d424728eb74961d Mon Sep 17 00:00:00 2001 From: "Samuel B. Erie" Date: Wed, 6 Nov 2019 16:56:42 -0900 Subject: [PATCH] Curated current CHANGELOG - removed old CHANGELOG - renamed README --- .github_changelog_generator | 1 + CHANGELOG.markdown | 14 -------------- CHANGELOG.md | 5 +++-- README.markdown => README.md | 0 ldap-client.cabal | 4 ++-- 5 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 CHANGELOG.markdown rename README.markdown => README.md (100%) diff --git a/.github_changelog_generator b/.github_changelog_generator index fbd2d44..edb7744 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -6,3 +6,4 @@ release-branch=master since-tag=0.2.0 header=# LDAP Client Changelog +exclude-labels=documentation diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown deleted file mode 100644 index 8cec36a..0000000 --- a/CHANGELOG.markdown +++ /dev/null @@ -1,14 +0,0 @@ -Original -==== - * See [CHANGELOG.md](./CHANGELOG.md) for current changelog. - -0.2.0 -===== - - * Supported SASL authentication via the EXTERNAL mechanism. (https://github.com/supki/ldap-client/pull/9) - - * Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the - cases where the user needs more control over TLS connection settings. - (https://github.com/supki/ldap-client/issues/5, https://github.com/supki/ldap-client/pull/6) - - * Switched the decoding of server's messages to BER (See https://tools.ietf.org/html/rfc4511#section-5.1) (https://github.com/supki/ldap-client/pull/11) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0175c67..0fd8cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # LDAP Client Changelog -## [Unreleased](https://github.com/alasconnect/ldap-client/tree/HEAD) -[Full Changelog](https://github.com/alasconnect/ldap-client/compare/0.3.0...HEAD) +## [0.4.0](https://github.com/alasconnect/ldap-client/tree/0.4.0) (2019-11-07) + +[Full Changelog](https://github.com/alasconnect/ldap-client/compare/0.3.0...0.4.0) **Merged pull requests:** diff --git a/README.markdown b/README.md similarity index 100% rename from README.markdown rename to README.md diff --git a/ldap-client.cabal b/ldap-client.cabal index 66f2972..17a9b51 100644 --- a/ldap-client.cabal +++ b/ldap-client.cabal @@ -18,8 +18,8 @@ tested-with: , GHC == 8.4.4 , GHC == 8.6.5 extra-source-files: - README.markdown - CHANGELOG.markdown + README.md + CHANGELOG.md source-repository head type: git