Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Mar 2, 2021
2 parents f581403 + 0f5ace8 commit 9ff9fcf
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "MicaelJarniac",
"name": "Micael Jarniac",
"avatar_url": "https://avatars.githubusercontent.com/u/19514231?v=4",
"profile": "https://github.com/MicaelJarniac",
"contributions": [
"code",
"doc",
"example",
"ideas",
"maintenance",
"platform",
"projectManagement",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "BuildURL",
"projectOwner": "MicaelJarniac",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v2.0.0 (2021-03-02)
### Feature
* easier manipulation of path and query ([`b520771`](https://github.com/MicaelJarniac/BuildURL/commit/b52077148eac94c668494ba08cfc41b8e2e91cfd))

### Breaking
* Renamed `_path_list` and `_query_dict`, and removed `params`. ([`b520771`](https://github.com/MicaelJarniac/BuildURL/commit/b52077148eac94c668494ba08cfc41b8e2e91cfd))

### Documentation
* **contributing:** All Contributors info ([`5d2a84e`](https://github.com/MicaelJarniac/BuildURL/commit/5d2a84ebefb6324428a2df30200ef65aef0d7b9e))
* **readme:** better install & contrib. instruct. ([`05ca34b`](https://github.com/MicaelJarniac/BuildURL/commit/05ca34b0c6e8f395b41788c6ef270317aa80abf7))
* **readme:** basic installation and usage, badges ([`3718cbd`](https://github.com/MicaelJarniac/BuildURL/commit/3718cbdab9b414667a4252582086df4d6dace662))

## v1.1.4 (2021-02-26)


Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] |
| ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] |
| ![Code][label-code] | [![Code style: black][badge-black]][Black] [![Imports: isort][badge-isort]][isort] [![Checked with mypy][badge-mypy]][mypy] |
| ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] |
| ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] [![All Contributors][badge-all-contributors]][contributors] |
</div>

<!-- Badges -->
Expand Down Expand Up @@ -60,6 +60,10 @@
[stars]: https://github.com/MicaelJarniac/BuildURL/stargazers
[badge-license]: https://img.shields.io/github/license/MicaelJarniac/BuildURL?style=flat-square
[license]: https://github.com/MicaelJarniac/BuildURL/blob/main/LICENSE
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[badge-all-contributors]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[contributors]: #Contributors-✨
<!---->

# BuildURL
Expand Down Expand Up @@ -123,6 +127,19 @@ Please make sure to update tests as appropriate.
More details can be found in [CONTRIBUTING](CONTRIBUTING.md).

## Contributors ✨
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/MicaelJarniac"><img src="https://avatars.githubusercontent.com/u/19514231?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Micael Jarniac</b></sub></a><br /><a href="https://github.com/MicaelJarniac/BuildURL/commits?author=MicaelJarniac" title="Code">💻</a> <a href="https://github.com/MicaelJarniac/BuildURL/commits?author=MicaelJarniac" title="Documentation">📖</a> <a href="#example-MicaelJarniac" title="Examples">💡</a> <a href="#ideas-MicaelJarniac" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-MicaelJarniac" title="Maintenance">🚧</a> <a href="#platform-MicaelJarniac" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-MicaelJarniac" title="Project Management">📆</a> <a href="https://github.com/MicaelJarniac/BuildURL/commits?author=MicaelJarniac" title="Tests">⚠️</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## License
[MIT](LICENSE)

0 comments on commit 9ff9fcf

Please sign in to comment.