Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Sep 29, 2022
1 parent da60a53 commit 107a3d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-09-28

### Added

- Support for LiveView 0.18.0 (#65)
- Handle multiple body tags (#60)

### Removed

- Support for LiveView < 0.16.0 (#65)

## [0.1.0] - 2022-03-03
### Added

- Initial release of the web profiler and debug toolbar.


[Unreleased]: https://github.com/mcrumm/phoenix_profiler/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/mcrumm/phoenix_profiler/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mcrumm/phoenix_profiler/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mcrumm/phoenix_profiler/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixProfiler.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"
@phoenix_version_requirement ">= 1.5.9"

def project do
Expand Down

0 comments on commit 107a3d8

Please sign in to comment.