We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14720e commit 113c2b3Copy full SHA for 113c2b3
2 files changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.1.1 (2021-02-26)
6
+### Fix
7
+* query encoding ([`2b12860`](https://github.com/MicaelJarniac/BuildURL/commit/2b128607ed03e96238521d384fc86ba1f2a9e084))
8
+
9
+### Documentation
10
+* **readme:** coverage badge ([`aebb516`](https://github.com/MicaelJarniac/BuildURL/commit/aebb51623a1e276b3edc169b2f5d744d3ab0faed))
11
12
## v1.1.0 (2021-02-26)
13
### Feature
14
* initial commit ([`ff71a91`](https://github.com/MicaelJarniac/BuildURL/commit/ff71a9168cf932b602402b1ee764f27ea3a74517))
setup.py
@@ -1,5 +1,5 @@
1
import setuptools
-__version__ = "1.1.0"
+__version__ = "1.1.1"
setuptools.setup()
0 commit comments