Skip to content

Commit 7e27e9e

Browse files
committed
4.0.0
Automatically generated by python-semantic-release
1 parent d4d30e8 commit 7e27e9e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v4.0.0 (2021-04-03)
6+
### Feature
7+
* option to force trailing slash ([`299f3b3`](https://github.com/MicaelJarniac/BuildURL/commit/299f3b39ad7a75c544bae26b14013a70a0d5e1cd))
8+
* use *args and **kwargs on `add_path`/`query` ([`63072db`](https://github.com/MicaelJarniac/BuildURL/commit/63072dbea27c7ff216f7e895b1d41a227e75f61b))
9+
* allow chaining with `add_path`/`add_query` ([`ae6c9ac`](https://github.com/MicaelJarniac/BuildURL/commit/ae6c9ac7e5cc0db5336c30cb68697886695ae5b9))
10+
11+
### Breaking
12+
* Modified parameter names for `add_path` and `add_query` ([`63072db`](https://github.com/MicaelJarniac/BuildURL/commit/63072dbea27c7ff216f7e895b1d41a227e75f61b))
13+
14+
### Documentation
15+
* reflect new changes ([`1e92cdf`](https://github.com/MicaelJarniac/BuildURL/commit/1e92cdfed04d67ea691b166e75c31189aafdb74a))
16+
517
## v3.0.0 (2021-04-02)
618
### Feature
719
* support trailing slash ([`d34ac1d`](https://github.com/MicaelJarniac/BuildURL/commit/d34ac1d5d4104c5026dbb7501c9c0091cf81799a))

buildurl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Simple URL builder"""
22

3-
__version__ = "3.0.0"
3+
__version__ = "4.0.0"
44

55
from .builder import BuildURL

0 commit comments

Comments
 (0)