Skip to content

Commit 298776c

Browse files
committed
chore: bump version to v0.7.0
1 parent e31ee72 commit 298776c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [v0.7.0] - 2025-06-06
10+
11+
- feat: add callback `query!/2` (`e31ee72`)
12+
- feat: add callback `query/2` (`d809572`)
13+
914
## [v0.6.0] - 2024-05-22
1015

1116
### Added
@@ -113,7 +118,8 @@ Also, the project is now properly adjusted to support more environments by runni
113118

114119
First release.
115120

116-
[Unreleased]: https://github.com/joeljuca/swiss_schema/compare/v0.6.0...HEAD
121+
[Unreleased]: https://github.com/joeljuca/swiss_schema/compare/v0.7.0...HEAD
122+
[v0.7.0]: https://github.com/joeljuca/swiss_schema/compare/v0.6.0...v0.7.0
117123
[v0.6.0]: https://github.com/joeljuca/swiss_schema/compare/v0.5.1...v0.6.0
118124
[v0.5.1]: https://github.com/joeljuca/swiss_schema/compare/v0.5.0...v0.5.1
119125
[v0.5.0]: https://github.com/joeljuca/swiss_schema/compare/v0.4.1...v0.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add `swiss_schema` as a dependency in `mix.exs`:
1717
def deps do
1818
[
1919
# ...
20-
{:swiss_schema, "~> 0.6"}
20+
{:swiss_schema, "~> 0.7"}
2121
]
2222
end
2323
```

lib/swiss_schema.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule SwissSchema do
99
def deps do
1010
[
1111
# ...
12-
{:swiss_schema, "~> 0.6"}
12+
{:swiss_schema, "~> 0.7"}
1313
]
1414
end
1515

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule SwissSchema.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55
@source_url "https://github.com/joeljuca/swiss_schema"
66

77
def project do

0 commit comments

Comments
 (0)