Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from atc0005/update-changelog-for-v0.1.3-release
Browse files Browse the repository at this point in the history
Add CHANGELOG for v0.1.3 and earlier
  • Loading branch information
atc0005 authored Sep 14, 2020
2 parents 98cf13b + 1562459 commit 23760c0
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Changelog

## Overview

All notable changes to this project will be documented in this file.

The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Please [open an issue](https://github.com/atc0005/list-emails/issues) for any
deviations that you spot; I'm still learning!.

## Types of changes

The following types of changes will be recorded in this file:

- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [Unreleased]

- placeholder

## [v0.1.3] - 2020-09-14

### Added

- Add `CHANGELOG.md` file

### Changed

- Explicitly set stdout and stderr output encoding

### Fixed

- AttributeError: 'NoneType' object has no attribute 'replace'

## [v0.1.2] - 2018-11-29

### Fixed

- Fix UnicodeEncodeError charmap codec errors

## [v0.1.1] - 2018-08-20

### Fixed

- Add missing content to template config file

## [v0.1.0] - 2018-08-20

### Added

Initial release; add first draft of list-emails script.

[Unreleased]: https://github.com/atc0005/list-emails/compare/v0.1.3...HEAD
[v0.1.3]: https://github.com/atc0005/list-emails/releases/tag/v0.1.3
[v0.1.2]: https://github.com/atc0005/list-emails/releases/tag/v0.1.2
[v0.1.1]: https://github.com/atc0005/list-emails/releases/tag/v0.1.1
[v0.1.0]: https://github.com/atc0005/list-emails/releases/tag/v0.1.0

0 comments on commit 23760c0

Please sign in to comment.