Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 51956ad

Browse files
committed
Add ROADMAP.md and update CHANGELOG.md for 1.0.0
1 parent 48a016a commit 51956ad

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
11
# Change Log
22
All enhancements and patches to cookiecutter-django will be documented in this file.
3+
34
This project adheres to [Semantic Versioning](http://semver.org/).
45

6+
## NOTE: August 26, 2017 -- ssteinerX
7+
8+
Please see ROADMAP.md for upcoming changes.
9+
From this point forward, releases will be tagged and development will take place on the `develop` branch, merges back to master will be tagged and annotated here.
10+
11+
## [2017-08-25]
12+
#### Tag: 1.0.0
13+
14+
### Added
15+
16+
- Create `develop` branch for WIP
17+
- Add pyup configuration, direct updates to `develop` branch instead of master
18+
- Add Python 3.6 in Tox, Travis configs
19+
20+
### Changed
21+
22+
- Remove Python 3.3 from test matrix
23+
- Upgrade Travis host OS to Trusty
24+
- Merged and/or closed all open pull requests (mostly pyup version updates)
25+
- Updates
26+
- pytest 3.0.6 -> 3.2.1
27+
- tox 2.5.0 -> 2.7.0
28+
- pytest-cov 2.4.0 -> 2.5.1
29+
- sh 1.12.9 -> 1.12.14
30+
- flake8 3.3.0 -> 3.4.1
31+
532
## [2016-12-06]
633
### Added
734
- Re-added `get_version()` function in setup.py (@pydanny)

ROADMAP.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# cookiecutter-djangopackage Roadmap
2+
3+
This document outlines the roadmap for [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage).
4+
5+
#### August 27, 2017 -- sssteinerX
6+
7+
Version 1.0.0 will be the first tagged release. Cleanup only, see below for
8+
details.
9+
10+
From this point forward, development will be done on a branch other than
11+
master with merges back to master for new tagged releasess.
12+
13+
Each proposed release will have a checklist. When it's done, the release will
14+
be merged back to master and tagged.
15+
16+
The first release will be to update all tools used in building the project and
17+
handle all the outstanding pull requests.
18+
19+
#### 1.0.0 : August 26, 2017 -- ssteinerX
20+
21+
First tagged release with no code changes, really just a clean up release.
22+
23+
Checklist:
24+
[x] Remove Python 3.3
25+
[x] Add Python 3.6
26+
[x] Upgrade Travis Ubuntu to Trusty
27+
[x] All requirements up to date
28+
[x] Add ROADMAP.md
29+
[x] All pull requests handled (closed if possible)
30+
[x] Update CHANGELOG.md
31+
[x] Tag 1.0.0
32+
33+
#### 1.1.0 : ????
34+
35+
The 1.1 series will be mostly to bring the testing matrix up to date to ensure
36+
compatibility with all current Django releases as per [Django Supported
37+
Versions](https://www.djangoproject.com/download/#supported-versions).
38+
39+
Each outstanding issue will be revisited to remove those that are no longer
40+
relevant, request duplicatable cases for those without them, and to generally
41+
make it possible to take action on any remaining issues.
42+
43+
#### 1.2.0 : ????
44+
45+
We'll see! This will be fleshed out after going through all of the outstanding
46+
issues and feature requests.
47+
48+
If you have a feature request, please file an issue!

0 commit comments

Comments
 (0)