databasium 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8b3337e940bd7f5fbd9b5c7017fd0c5f54fba5c39bca36632ee289749c229db
4
- data.tar.gz: c7476f1123cd0f7617a64a36f46542a9260a12938b421add487d3bbf5340c3bc
3
+ metadata.gz: 35c1e5d1d7dcfc2d2a568c4a4bc60659ef93e9dad377d53fbb8f2d2a488067d6
4
+ data.tar.gz: e64389f9de4272b2030271a5545f43ac74be91dc39b2acac643db8341c5e6b8d
5
5
  SHA512:
6
- metadata.gz: cdb17cf6669a8b896fb43d1671ab96feac30e653f212f3756a9f0e4165e574f2eb87febfde90a20ebc8047dc7c6511d1ba27281adf4d28f353fb9cb3d9fe3d15
7
- data.tar.gz: d1a1ac46eb65b486570e841c02fc33734ff28a3c023e9eb54eba02d418c4e754343b7888ab765278953c99c2222347ab4d7f17e8f70c1548f87f272c4a86e4f8
6
+ metadata.gz: 0afb3adfc1165fb4720992775460de2878cd11497256936e14d41edb23f7f73cf236093c60f614bc7428cd2407262636c4bb4215aaa650ca30de246ff7df5ce6
7
+ data.tar.gz: f02a19618c4e17515424c3de9f17175078c9e31a5077ea3f0b48254eec6ec7e590abb0e8016c2b53020751f3e44d935fdea713f278321afd6b4b5e5dd00b2db2
data/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
- ## [0.1.0] - 2026-05-16
7
+ ## [0.1.1] - 2026-05-16
8
8
 
9
9
  First public release. Databasium is a development-only Rails engine for managing and exploring Rails databases from the browser.
10
10
 
@@ -30,3 +30,4 @@ First public release. Databasium is a development-only Rails engine for managing
30
30
  - Host app must use Active Record
31
31
 
32
32
  [0.1.0]: https://github.com/Unitato1/databasium/releases/tag/v0.1.0
33
+ [0.1.1]: https://github.com/Unitato1/databasium/releases/tag/v0.1.1
data/README.md CHANGED
@@ -96,7 +96,7 @@ Open [http://127.0.0.1:3000/databasium](http://127.0.0.1:3000/databasium).
96
96
 
97
97
  ## Status
98
98
 
99
- Version **0.1.0** is an early release. Automated test coverage is limited; treat the API and UI as subject to change.
99
+ Version **0.1.1** is an early release. Automated test coverage is limited; treat the API and UI as subject to change.
100
100
 
101
101
  ## Contributing
102
102