Skip to content

Commit 5fb5134

Browse files
authored
Update changelog for 1.4.1 (#180)
1 parent 7a3822d commit 5fb5134

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# History of changes
22

3+
## Version 1.4.1 (2022/03/27)
4+
5+
### Pull Requests Merged
6+
7+
* [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)
8+
* [PR 174](https://github.com/python-lsp/python-lsp-server/pull/174) - Improved documentation regarding configuration, by [@spookylukey](https://github.com/spookylukey)
9+
10+
In this release 2 pull requests were closed.
11+
12+
----
13+
314
### New features
415

516
* Support pycodestyle indent-size option

RELEASE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

0 commit comments

Comments
 (0)