File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Changelog
3
2
All notable changes to this project will be documented in this file.
4
3
5
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
6
8
- ## [ Unreleased ]
7
+ ## [ 0.2.0 ] - 2019-02-24
9
8
### 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 )
13
12
14
13
## [ 0.1.2] - 2016-04-04
15
14
### Added
16
- - add initial version from [ @ekmartin ] ( https://github.com/ekmartin )
15
+ - Add initial version from [ @ekmartin ] ( https://github.com/ekmartin )
17
16
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
19
19
[ 0.1.2 ] : https://github.com/ekmartin/slack-pull-reminder/compare/7860f4019c7e3c97cda1b87938e550790a611056...v0.1.2
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) Martin Ek mail@ekmartin.no
3
+ Copyright (c) Martin Ek mail@ekmartin.com
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'slack-pull-reminder' ,
8
- version = '0.1.4 ' ,
8
+ version = '0.2.0 ' ,
9
9
url = 'http://github.com/ekmartin/slack-pull-reminder' ,
10
10
author = 'Martin Ek' ,
11
11
You can’t perform that action at this time.
0 commit comments