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

Commit

Permalink
Add ROADMAP.md and update CHANGELOG.md for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteinerx committed Aug 27, 2017
1 parent 48a016a commit 51956ad
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
# Change Log
All enhancements and patches to cookiecutter-django will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## NOTE: August 26, 2017 -- ssteinerX

Please see ROADMAP.md for upcoming changes.
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.

## [2017-08-25]
#### Tag: 1.0.0

### Added

- Create `develop` branch for WIP
- Add pyup configuration, direct updates to `develop` branch instead of master
- Add Python 3.6 in Tox, Travis configs

### Changed

- Remove Python 3.3 from test matrix
- Upgrade Travis host OS to Trusty
- Merged and/or closed all open pull requests (mostly pyup version updates)
- Updates
- pytest 3.0.6 -> 3.2.1
- tox 2.5.0 -> 2.7.0
- pytest-cov 2.4.0 -> 2.5.1
- sh 1.12.9 -> 1.12.14
- flake8 3.3.0 -> 3.4.1

## [2016-12-06]
### Added
- Re-added `get_version()` function in setup.py (@pydanny)
Expand Down
48 changes: 48 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# cookiecutter-djangopackage Roadmap

This document outlines the roadmap for [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage).

#### August 27, 2017 -- sssteinerX

Version 1.0.0 will be the first tagged release. Cleanup only, see below for
details.

From this point forward, development will be done on a branch other than
master with merges back to master for new tagged releasess.

Each proposed release will have a checklist. When it's done, the release will
be merged back to master and tagged.

The first release will be to update all tools used in building the project and
handle all the outstanding pull requests.

#### 1.0.0 : August 26, 2017 -- ssteinerX

First tagged release with no code changes, really just a clean up release.

Checklist:
[x] Remove Python 3.3
[x] Add Python 3.6
[x] Upgrade Travis Ubuntu to Trusty
[x] All requirements up to date
[x] Add ROADMAP.md
[x] All pull requests handled (closed if possible)
[x] Update CHANGELOG.md
[x] Tag 1.0.0

#### 1.1.0 : ????

The 1.1 series will be mostly to bring the testing matrix up to date to ensure
compatibility with all current Django releases as per [Django Supported
Versions](https://www.djangoproject.com/download/#supported-versions).

Each outstanding issue will be revisited to remove those that are no longer
relevant, request duplicatable cases for those without them, and to generally
make it possible to take action on any remaining issues.

#### 1.2.0 : ????

We'll see! This will be fleshed out after going through all of the outstanding
issues and feature requests.

If you have a feature request, please file an issue!

0 comments on commit 51956ad

Please sign in to comment.