Skip to content

Commit

Permalink
Release 0.5.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Dec 17, 2022
1 parent 83620d0 commit e4bf913
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 830 deletions.
137 changes: 0 additions & 137 deletions docs/changelog/index.es.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2022-12-17

### Added

* Introduce [`AdminUser`][starlette_admin.auth.AuthProvider.get_admin_user] and add navbar to show the current [`AdminUser`][starlette_admin.auth.AuthProvider.get_admin_user] information (`username` and `photo`) by [@jowilf](https://github.com/jowilf) in [#49](https://github.com/jowilf/starlette-admin/pull/49)

### Internals

* Add auth example by [@jowilf](https://github.com/jowilf) in [#51](https://github.com/jowilf/starlette-admin/pull/51)

## [0.4.0] - 2022-12-07

---
Expand Down
124 changes: 0 additions & 124 deletions docs/tutorial/authentication/index.es.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tutorial/authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ class ArticleView(ModelView):

## Example

For a working example, have a look at [https://github.com/jowilf/starlette-admin/tree/main/examples/auth](https://github.com/jowilf/starlette-admin/tree/main/examples/auth)
For a working example, have a look at [`https://github.com/jowilf/starlette-admin/tree/main/examples/auth`](https://github.com/jowilf/starlette-admin/tree/main/examples/auth)
33 changes: 0 additions & 33 deletions docs/tutorial/configurations/admin/index.es.md

This file was deleted.

Loading

0 comments on commit e4bf913

Please sign in to comment.