From 9a7c92098260e8c112e2a2f6b9190cdc75a517fc Mon Sep 17 00:00:00 2001
From: Crispen Gari
Date: Mon, 12 Feb 2024 11:38:07 +0200
Subject: [PATCH 1/2] docs
---
Changelog.md | 65 +++++++++++++++++++++-------------------------------
README.md | 9 ++++++++
2 files changed, 35 insertions(+), 39 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 5172751..597d6a2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,52 +1,39 @@
-### dataloom Changelog
+===============================================================================================================================================
+**`1.0.1`**
+===============================================================================================================================================
-Change logs for the `dataloom` Version `1.0.2` (`2021-02-12`)
+Change logs for the `dataloom` Version `1.0.1` (`2021-02-12`)
### New Features
- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor.
- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger.
-### Enhancements
+===============================================================================================================================================
+**`1.0.0`**
+===============================================================================================================================================
-- None
+### Release Notes - `dataloom`
-### Bug Fixes
+We are pleased to release `dataloom` ORM for python version `3.12` and above. The dataloom version `1.0.0 ` released on (`2024-02-11`) is bug-free and ready to be used with the following features.
-- **log_index**: There was a bug with `log_index` that was breaking the entire sofware that has been fixed.
+##### Features
-### Performance Improvements
+- Initial release of `dataloom`.
+- Lightweight and versatile Object-Relational Mapping (ORM) functionality.
+- Support for `PostgreSQL`, `MySQL`, and `SQLite3` databases.
+- Simplified database interactions for developers.
-- None
+### What you can do
-### Security Updates
-
-- None
-
-### Deprecations
-
-- None
-
-### API Changes
-
-- None
-
-### Compatibility Changes
-
-- None
-
-### Documentation Updates
-
-- None
-
-### Internal Changes
-
-- None
-
-### Known Issues
-
-- None
-
-### Miscellaneous
-
-- None
+- Create records
+- Delete records
+- Update records
+- Read records
+- Inspect Models
+- SQL logging
+- Association Mapping
+- Order Records
+- Filter Records
+- Select field in records
+- etc.
diff --git a/README.md b/README.md
index c8720be..a243c8c 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,15 @@
+---
+
+
+
+
+
+
+
+
#### Why choose `dataloom`?
1. **Ease of Use**: `dataloom` offers a user-friendly interface, making it straightforward to work with.
From 36eecead5c0333eae737f47f2345cbd47fdcebe7 Mon Sep 17 00:00:00 2001
From: Crispen Gari
Date: Mon, 12 Feb 2024 11:40:28 +0200
Subject: [PATCH 2/2] update-docs
---
Changelog.md | 12 +++++++++++-
pyproject.toml | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 597d6a2..21f2605 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,8 +1,18 @@
+===============================================================================================================================================
+**`1.0.2`**
+===============================================================================================================================================
+
+We have release the new `dataloom` Version `1.0.2` (`2024-02-12`)
+
+### Changes
+
+We have updated the documentation so that it can look more colorful.
+
===============================================================================================================================================
**`1.0.1`**
===============================================================================================================================================
-Change logs for the `dataloom` Version `1.0.1` (`2021-02-12`)
+Change logs for the `dataloom` Version `1.0.1` (`2024-02-12`)
### New Features
diff --git a/pyproject.toml b/pyproject.toml
index 13e2c5d..3331e3c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dataloom"
-version = "1.0.1"
+version = "1.0.2"
authors = [
{name = "Crispen Gari", email = "crispengari@gmail.com"},
]