Skip to content

Commit

Permalink
Prepare v6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 13, 2020
1 parent 26c0aec commit eec767e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to `cybercog/laravel-sense` will be documented in this file.

## [Unreleased]

## [0.6.1] - 2020-09-14

### Fixed

- ([#26]) Fix postgres support
- ([#27]) Fix Laravel 7 & 8 support
- ([#28]) Fix query explanation rendering
- ([#29]) Fix DateTime SQL bindings

## [0.6.0] - 2020-09-13

### Added
Expand Down Expand Up @@ -70,7 +79,8 @@ All notable changes to `cybercog/laravel-sense` will be documented in this file.

- Initial release

[Unreleased]: https://github.com/cybercog/laravel-sense/compare/0.6.0...master
[Unreleased]: https://github.com/cybercog/laravel-sense/compare/0.6.1...master
[0.6.1]: https://github.com/cybercog/laravel-sense/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/cybercog/laravel-sense/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/cybercog/laravel-sense/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/cybercog/laravel-sense/compare/0.5.1...0.5.2
Expand All @@ -81,6 +91,10 @@ All notable changes to `cybercog/laravel-sense` will be documented in this file.
[0.2.1]: https://github.com/cybercog/laravel-sense/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/cybercog/laravel-sense/compare/0.1.0...0.2.0

[#29]: https://github.com/cybercog/laravel-sense/pull/29
[#28]: https://github.com/cybercog/laravel-sense/pull/28
[#27]: https://github.com/cybercog/laravel-sense/pull/27
[#26]: https://github.com/cybercog/laravel-sense/pull/26
[#25]: https://github.com/cybercog/laravel-sense/pull/25
[#23]: https://github.com/cybercog/laravel-sense/pull/23
[#21]: https://github.com/cybercog/laravel-sense/pull/21
Expand Down
4 changes: 2 additions & 2 deletions resources/views/app.blade.php
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Sense</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<style>
* {
margin: 0;
Expand All @@ -13,7 +13,7 @@
background-color: white;
height: 100%;
line-height: 1.4;
font-family: 'Nunito', sans-serif;
font-family: 'Inter', sans-serif;
}
.container {
margin: 0 auto;
Expand Down

0 comments on commit eec767e

Please sign in to comment.