Skip to content

Commit 9c160fd

Browse files
committed
0.2.0
1 parent 62dd538 commit 9c160fd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGES.MD

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
21
# Changelog
32
All notable changes to this project will be documented in this file.
43

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

8-
## [Unreleased]
7+
## [0.2.0] - 2019-02-24
98
### Added
10-
- 2019-02-23 add changelog [@markddavidoff](https://github.com/markddavidoff)
11-
- 2018-11-07 add usernames filter from [@markddavidoff](https://github.com/markddavidoff)
12-
- 2018-10-15 add repositories filter from [@markddavidoff](https://github.com/markddavidoff)
9+
- 2019-02-23 Add changelog [@markddavidoff](https://github.com/markddavidoff)
10+
- 2018-11-07 Add usernames filter from [@markddavidoff](https://github.com/markddavidoff)
11+
- 2018-10-15 Add repositories filter from [@markddavidoff](https://github.com/markddavidoff)
1312

1413
## [0.1.2] - 2016-04-04
1514
### Added
16-
- add initial version from [@ekmartin](https://github.com/ekmartin)
15+
- Add initial version from [@ekmartin](https://github.com/ekmartin)
1716

18-
[Unreleased]: https://github.com/ekmartin/slack-pull-reminder/compare/v1.0.0...HEAD
17+
[Unreleased]: https://github.com/ekmartin/slack-pull-reminder/compare/v0.2.0...HEAD
18+
[0.2.0]: https://github.com/ekmartin/slack-pull-reminder/compare/v0.1.2...v0.2.0
1919
[0.1.2]: https://github.com/ekmartin/slack-pull-reminder/compare/7860f4019c7e3c97cda1b87938e550790a611056...v0.1.2

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Martin Ek mail@ekmartin.no
3+
Copyright (c) Martin Ek mail@ekmartin.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='slack-pull-reminder',
8-
version='0.1.4',
8+
version='0.2.0',
99
url='http://github.com/ekmartin/slack-pull-reminder',
1010
author='Martin Ek',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)