Skip to content

Commit

Permalink
3.5.0 Release
Browse files Browse the repository at this point in the history
3.5.0 Release
  • Loading branch information
ObjatieGroba committed Jul 5, 2021
2 parents abd30a5 + bf42d19 commit 772e978
Show file tree
Hide file tree
Showing 26 changed files with 676 additions and 215 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ dist/
*.sublime-*
.cache
.coverage
.vscode
.bak
.pyo
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
From http://keepachangelog.com

## 3.5.0 - 2021-06-05
### Added
- ipv6 support
- 'source' directive support: wildcard sources files can now be loaded
- 'nameservers' directive support
- mypy typing (thanks @ObjatieGroba)
- update dev dependencies

### Fixed
- Fix interfaces unique names checking on dnsmasq (thanks @ObjatieGroba)
- Changing exported dict should not affect on adapter (thanks @ObjatieGroba)
- Fix module version specification (thanks @ObjatieGroba)
- support for lines with spaces in param value (thanks @ObjatieGroba)
- handle lines with spaces in the parameter section (they were dropped) (thanks @ObjatieGroba)


## 3.4.0 - 2018-06-16
### Fixed
- Add missing post-up handling (thansk @patrickcjh)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
* Mike O'Driscoll https://github.com/mikeodr
* Patrick Chin https://github.com/patrickcjh
* Lucas Coelho Figueiredo https://github.com/lucascoelhof
* yan12125 https://github.com/yan12125/debinterface
* t-tran https://github.com/t-tran/debinterface
2 changes: 1 addition & 1 deletion debinterface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .interfacesReader import InterfacesReader
from .interfacesWriter import InterfacesWriter

__version__ = '3.4.0'
__version__ = '3.5.0'

__all__ = [
'NetworkAdapter',
Expand Down

0 comments on commit 772e978

Please sign in to comment.