Skip to content

Commit 118612a

Browse files
chore: prepare for release (0.2.1)
1 parent 7c6f13b commit 118612a

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.website/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default defineConfig({
1414
[
1515
'link',
1616
{
17-
rel: 'icon',
18-
type: 'image/x-icon',
19-
href: '/ico/loxia-logo.ico'
17+
rel: 'icon',
18+
type: 'image/x-icon',
19+
href: '/ico/loxia-logo.ico'
2020
}
2121
],
2222
[

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
- fix(#4): Generated copyWith() has invalid Dart code for non-nullable FK fields. [#5](https://github.com/avesbox/loxia/pull/5) by [@iamtoricool](https://github.com/iamtoricool)
6+
37
## 0.2.0
48

59
- Added support for MySQL databases, allowing you to use Loxia with MySQL in addition to SQLite and PostgreSQL. This includes a new MySqlEngine implementation and the necessary adjustments to the migration planner and generated code to ensure compatibility with MySQL databases.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: loxia
22
description: A lightweight Dart ORM for Relational Databases built to be simple and extensible.
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/avesbox/loxia
55
documentation: https://loxia.avesbox.com
66
homepage: https://loxia.avesbox.com

0 commit comments

Comments
 (0)