Skip to content

Commit d70680b

Browse files
authored
Release 0.8.0 (#343)
* Add changelog ci * Remove 3.7 from badges * Add permissions * Add repoened type to allow re-run the changelog ci * Replace all links with github pages links * Remove changlog ci
1 parent 5f74bb2 commit d70680b

File tree

4 files changed

+30
-31
lines changed

4 files changed

+30
-31
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
---
23-
**Documentation**: <a href="https://fastapi-utils.davidmontague.xyz" target="_blank">https://fastapi-utils.davidmontague.xyz</a>
23+
**Documentation**: <a href="https://fastapiutils.github.io/fastapi-utils/" target="_blank">https://fastapiutils.github.io/fastapi-utils/</a>
2424

2525
**Source Code**: <a href="https://github.com/dmontagu/fastapi-utils" target="_blank">https://github.com/dmontagu/fastapi-utils</a>
2626

@@ -53,7 +53,7 @@ It also adds a variety of more basic utilities that are useful across a wide var
5353
* **CamelCase Conversions**: Convenience functions for converting strings from `snake_case` to `camelCase` or `PascalCase` and back
5454
* **GUID Type**: The provided GUID type makes it easy to use UUIDs as the primary keys for your database tables
5555

56-
See the [docs](https://fastapi-utils.davidmontague.xyz/) for more details and examples.
56+
See the [docs](https://fastapiutils.github.io/fastapi-utils//) for more details and examples.
5757

5858
## Requirements
5959

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
---
23-
**Documentation**: <a href="https://fastapi-utils.davidmontague.xyz" target="_blank">https://fastapi-utils.davidmontague.xyz</a>
23+
**Documentation**: <a href="https://fastapiutils.github.io/fastapi-utils/" target="_blank">https://fastapiutils.github.io/fastapi-utils/</a>
2424

2525
**Source Code**: <a href="https://github.com/dmontagu/fastapi-utils" target="_blank">https://github.com/dmontagu/fastapi-utils</a>
2626

@@ -53,7 +53,7 @@ It also adds a variety of more basic utilities that are useful across a wide var
5353
* **CamelCase Conversions**: Convenience functions for converting strings from `snake_case` to `camelCase` or `PascalCase` and back
5454
* **GUID Type**: The provided GUID type makes it easy to use UUIDs as the primary keys for your database tables
5555

56-
See the [docs](https://https://fastapi-utils.davidmontague.xyz/) for more details and examples.
56+
See the [docs](https://https://fastapiutils.github.io/fastapi-utils//) for more details and examples.
5757

5858
## Requirements
5959

mkdocs.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
site_name: FastAPI Utilities
22
site_description: FastAPI utilities
3-
site_url: https://fastapi-utils.davidmontague.xyz/
3+
site_url: https://fastapiutils.github.io/fastapi-utils//
44

55
theme:
6-
name: 'material'
6+
name: "material"
77
palette:
8-
primary: 'green'
9-
accent: 'orange'
10-
logo: 'img/icon-white.svg'
11-
favicon: 'img/favicon.png'
8+
primary: "green"
9+
accent: "orange"
10+
logo: "img/icon-white.svg"
11+
favicon: "img/favicon.png"
1212

1313
repo_name: dmontagu/fastapi-utils
1414
repo_url: https://github.com/dmontagu/fastapi-utils
1515

1616
nav:
17-
- FastAPI Utilities: 'index.md'
17+
- FastAPI Utilities: "index.md"
1818
- User Guide:
19-
- Class Resource: 'user-guide/class-resource.md'
20-
- Class Based Views: 'user-guide/class-based-views.md'
21-
- Repeated Tasks: 'user-guide/repeated-tasks.md'
22-
- Timing Middleware: 'user-guide/timing-middleware.md'
23-
- SQLAlchemy Sessions: 'user-guide/session.md'
24-
- OpenAPI Spec Simplification: 'user-guide/openapi.md'
19+
- Class Resource: "user-guide/class-resource.md"
20+
- Class Based Views: "user-guide/class-based-views.md"
21+
- Repeated Tasks: "user-guide/repeated-tasks.md"
22+
- Timing Middleware: "user-guide/timing-middleware.md"
23+
- SQLAlchemy Sessions: "user-guide/session.md"
24+
- OpenAPI Spec Simplification: "user-guide/openapi.md"
2525
- Other Utilities:
26-
- APIModel: 'user-guide/basics/api-model.md'
27-
- APISettings: 'user-guide/basics/api-settings.md'
28-
- String-Valued Enums: 'user-guide/basics/enums.md'
29-
- CamelCase Conversion: 'user-guide/basics/camelcase.md'
30-
- GUID Type: 'user-guide/basics/guid-type.md'
31-
- Get Help: 'help-fastapi-utils.md'
32-
- Development - Contributing: 'contributing.md'
33-
- Release Notes: 'release-notes.md'
26+
- APIModel: "user-guide/basics/api-model.md"
27+
- APISettings: "user-guide/basics/api-settings.md"
28+
- String-Valued Enums: "user-guide/basics/enums.md"
29+
- CamelCase Conversion: "user-guide/basics/camelcase.md"
30+
- GUID Type: "user-guide/basics/guid-type.md"
31+
- Get Help: "help-fastapi-utils.md"
32+
- Development - Contributing: "contributing.md"
33+
- Release Notes: "release-notes.md"
3434

3535
markdown_extensions:
3636
- toc:
@@ -47,8 +47,8 @@ markdown_extensions:
4747

4848
extra:
4949
social:
50-
- icon: 'fontawesome/brands/github-alt'
51-
link: 'https://github.com/dmontagu/fastapi-utils'
50+
- icon: "fontawesome/brands/github-alt"
51+
link: "https://github.com/dmontagu/fastapi-utils"
5252

5353
extra_css:
54-
- 'css/custom.css'
54+
- "css/custom.css"

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "Reusable utilities for FastAPI"
55
license = "MIT"
66
authors = ["Yuval Levi <[email protected]>", "David Montague <[email protected]>"]
77
readme = "README.md"
8-
homepage = "https://fastapi-utils.davidmontague.xyz"
8+
homepage = "https://fastapiutils.github.io/fastapi-utils/"
99
repository = "https://github.com/dmontagu/fastapi-utils"
10-
documentation = "https://fastapi-utils.davidmontague.xyz"
10+
documentation = "https://fastapiutils.github.io/fastapi-utils/"
1111
keywords = ["fastapi", "OOP", "RESTful"]
1212
classifiers = [
1313
"Intended Audience :: Information Technology",
@@ -28,7 +28,6 @@ classifiers = [
2828
"Intended Audience :: Developers",
2929
"License :: OSI Approved :: MIT License",
3030
"Programming Language :: Python :: 3 :: Only",
31-
"Programming Language :: Python :: 3.7",
3231
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)