Skip to content

Commit

Permalink
Add CHANGELOG for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mricharleon committed Jun 7, 2017
1 parent 004506e commit 71d097d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ omit = */migrations/*
*/settings.py
contrib/*
*/virtualenv/*



*/tests.py

[html]
directory = coverage_html_report
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_script:
- psql -c 'create database travis;' -U postgres
- psql -c "create user user_hg with password '12345';"
- psql -c 'alter user user_hg with superuser;'
# - psql -c 'create database test_bd_hg with owner user_hg;'
- psql -c 'create database bd_hg with owner user_hg;'

script:
Expand All @@ -28,8 +27,6 @@ script:
- python manage.py migrate guardian
# tests
- coverage run manage.py test ; coverage report -m
#- coverage run --source='.' manage.py test ; coverage report -m

after_success:
- coveralls
#- codeclimate-test-reporter --token $CODECLIMATE_REPO_TOKEN
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
Todos los cambios notables en este proyecto serán documentados en este archivo.

## [Unreleased]
### Added
- Https

### Fixed
- Issues emitidos por codeclimate

## [1.0.1] - 2017-06-07
### Added
- TravisCI
- Codeclimate
- Coveralls

### Removed
- https

### Fixed
-Issues emitidos por codeclimate

## [1.0.0] - 2017-06-03
### Added
- Documentación (ReadTheDocs)

0 comments on commit 71d097d

Please sign in to comment.