Skip to content

Commit

Permalink
Doc:
Browse files Browse the repository at this point in the history
* CHANGELOG.md: new header for release 0.15.0
* added contribution
* Related to PR wemake-services#1178
  • Loading branch information
Mema5 committed Feb 24, 2020
1 parent c6825cb commit 870f8be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,13 @@ Semantic versioning in our case means:
- Minor releases do bring new features and configuration options. New violations can be added. Code that passes `x.0.y` might not pass on `x.1.y` release.
- Major releases inidicate significant milestones or serious breaking changes.

## 0.15.0

### Features

- Forbids to use raw strings `r''` when not necessary

### Bug fixes

## 0.14.0 aka The Walrus fighter WIP

Expand Down Expand Up @@ -35,7 +42,6 @@ Semantic versioning in our case means:
- Forbids to use positional only `/` arguments
- Adds `__call__` to list of methods that should be on top #1125
- Now allows `_` to be used as a defined variable
- Forbids to use raw strings `r''` when not necessary

### Bugfixes

Expand Down

0 comments on commit 870f8be

Please sign in to comment.