We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb97883 + fadc54e commit 2d7f1d0Copy full SHA for 2d7f1d0
1 file changed
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# Changelog
2
3
+## v0.2.0 - 2021-06
4
+
5
+### Fixed
6
7
+- Enable docsting tests
8
+- Fix docstring tests
9
+- Fix wording and links on README
10
11
+### Changed
12
13
+- Changed name of is_fqdn_valid to is_fqdn_resolvable, prepare to deprecate is_fqdn_valid
14
+- Removed automatic import of all functions on initiation of package
15
+- Moved interface mappings from variables to constants
16
17
+## v0.1.1 - 2021-05
18
19
+### Added
20
21
+- Update travis configuration to release a new version from CI/CD pipeline
22
23
## v0.1.0 - 2021-03-19
24
25
Initial release
0 commit comments