Skip to content

Commit 7827dd5

Browse files
authored
Merge pull request #81 from gnikit/bug/update-dependencies
Bug/update-dependencies
2 parents 228f189 + 03bf7d3 commit 7827dd5

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELONG
22

3+
## 2.2.7
4+
5+
### Fixed
6+
7+
- Fixed missing dependency from `setup.cfg`
8+
([#78](https://github.com/gnikit/fortls/issues/78))
9+
- Updated configuration file variables in documentation
10+
311
## 2.2.6
412

513
### Added

docs/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ All the ``fortls`` settings with their default arguments can be found below
4646
"notify_init": false,
4747
"incremental_sync": false,
4848
"sort_keywords": false,
49+
"disable_autoupdate": false,
4950
"debug_log": false,
5051
5152
"source_dirs": ["./**"],
@@ -59,7 +60,6 @@ All the ``fortls`` settings with their default arguments can be found below
5960
"lowercase_intrinsics": false,
6061
"use_signature_help": false,
6162
62-
"variable_hover": false,
6363
"hover_signature": false,
6464
"hover_language": "fortran90",
6565

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ project_urls =
3333
packages = find:
3434
python_requires = >= 3.7
3535
install_requires =
36+
packaging
3637
importlib-metadata; python_version < "3.8"
3738
typing-extensions; python_version < "3.8"
3839

0 commit comments

Comments
 (0)