Skip to content

Commit f1031d4

Browse files
committed
modified: pyproject.toml
modified: setup.py
1 parent 978e6c5 commit f1031d4

File tree

3 files changed

+57
-3
lines changed

3 files changed

+57
-3
lines changed

RELEASE_NOTES.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Release v1.1.1
2+
3+
## 🚀 Release Highlights
4+
5+
### Documentation Improvements
6+
- Enhanced README with more detailed compliance framework description
7+
- Reorganized project documentation structure
8+
- Added comprehensive version information section
9+
10+
### Compliance Framework
11+
- More in-depth explanation of compliance domains
12+
- Detailed breakdown of key compliance capabilities
13+
- Clarified compliance verification process
14+
15+
### Development and Contribution
16+
- Updated development setup instructions
17+
- Refined contribution guidelines
18+
- Switched to MIT License
19+
20+
## 📦 What's Changed
21+
- Improved documentation clarity and structure
22+
- Added more context to project capabilities
23+
- Refined project metadata
24+
25+
## 🔍 Detailed Changes
26+
27+
### Added
28+
- Comprehensive version information section
29+
- Detailed explanation of compliance framework
30+
- Enhanced development and contribution guidelines
31+
32+
### Changed
33+
- Reorganized README sections
34+
- Updated license to MIT
35+
- Refined project documentation
36+
37+
## 🛠 Compatibility
38+
- Fully compatible with previous 1.1.0 version
39+
- No breaking changes
40+
- Recommended upgrade for all users
41+
42+
## 📝 Next Steps
43+
- Continued improvements to documentation
44+
- Ongoing enhancements to compliance features
45+
- Community feedback integration
46+
47+
## 🔗 Links
48+
- [Documentation](https://github.com/marc-shade/docsingest/blob/master/README.md)
49+
- [Changelog](https://github.com/marc-shade/docsingest/blob/master/CHANGELOG.md)
50+
- [Contributing](https://github.com/marc-shade/docsingest/blob/master/CONTRIBUTING.md)
51+
52+
## 🏷️ Version
53+
**Version**: 1.1.1
54+
**Released**: 2025-01-06

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "docsingest"
7-
version = "0.1.34"
7+
version = "1.1.1"
88
description = "Document ingestion tool with compliance features"
99
readme = "README.md"
1010
authors = [{name = "Marc Shade", email = "marc@2acrestudios.com"}]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
setup(
77
name='docsingest',
8-
version = "0.1.34",
9-
description='📄 AI-Powered Document Analysis Tool for Comprehensive Document Processing',
8+
version = "1.1.1",
9+
description='📄 Document Analysis Tool for Comprehensive Document Processing',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',
1212
author='Marc Shade',

0 commit comments

Comments
 (0)