Skip to content

Commit

Permalink
Update changelog for 1.4.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Mar 27, 2022
1 parent 7a3822d commit 5fb5134
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History of changes

## Version 1.4.1 (2022/03/27)

### Pull Requests Merged

* [PR 179](https://github.com/python-lsp/python-lsp-server/pull/179) - Fix Yapf formatting with CRLF line endings, by [@ccordoba12](https://github.com/ccordoba12)
* [PR 174](https://github.com/python-lsp/python-lsp-server/pull/174) - Improved documentation regarding configuration, by [@spookylukey](https://github.com/spookylukey)

In this release 2 pull requests were closed.

----

### New features

* Support pycodestyle indent-size option
Expand Down
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Create pull request to update CHANGELOG.md with
* `loghub python-lsp/python-lsp-server -m vX.X.X`
* git add -A && git commit -m "Update Changelog"
* git add -A && git commit -m "Update changelog for X.X.X"

This is necessary to run our tests before the release, so we can be sure
everything is in order.
Expand All @@ -16,5 +16,4 @@
6. python setup.py bdist_wheel
7. twine check dist/*
8. twine upload dist/*
9. git push upstream develop
10. git push upstream --tags
9. git push upstream --tags

0 comments on commit 5fb5134

Please sign in to comment.