code_healer 0.1.1 → 0.1.2
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +8 -5
- data/lib/code_healer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ca4f91374244d92f4e6dad61a14c15d432f24210f742c2ce9d4cc360acaa314
|
4
|
+
data.tar.gz: 733db21e8cb3db16b81cdd04b6271f1407e8cd6a3d26b3f8c276d44826cc8f70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e068a0688b8ae092c3beaacfdb811524902c62ec85fe65f8a426d043c23002ef5bf898b7d0d4405ba55abd1399169de30f8bc4bb9f547add4d1ffc7cd82e1595
|
7
|
+
data.tar.gz: 9e8c1af2376078002ca62bd5af46a79d44a695dd13ae626d6513b0ce726f2a7d70e1431c594c8c992668c8887738e36a7cef436cad6cf704563ab2e5864dcc04
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [0.1.2] - 2025-01-14
|
9
|
+
|
10
|
+
### Changed
|
11
|
+
- **Final README improvements and personalization**
|
12
|
+
- Updated contact email to deepan.ppgit@gmail.com
|
13
|
+
- Added LinkedIn profile link for professional networking
|
14
|
+
- Enhanced acknowledgments to include Claude AI
|
15
|
+
- Personalized team references to Deepan Kumar
|
16
|
+
- Added personal signature with LinkedIn link
|
17
|
+
|
8
18
|
## [0.1.1] - 2025-01-14
|
9
19
|
|
10
20
|
### Changed
|
data/README.md
CHANGED
@@ -558,8 +558,6 @@ business_context:
|
|
558
558
|
## 📚 Documentation
|
559
559
|
|
560
560
|
- [Installation Guide](docs/INSTALLATION.md)
|
561
|
-
- [Configuration Reference](docs/CONFIGURATION.md)
|
562
|
-
- [API Documentation](docs/API.md)
|
563
561
|
- [Examples](examples/)
|
564
562
|
|
565
563
|
## 🤝 Contributing
|
@@ -576,16 +574,21 @@ This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.t
|
|
576
574
|
|
577
575
|
## 🙏 Acknowledgments
|
578
576
|
|
579
|
-
- Built with ❤️ by
|
580
|
-
- Powered by OpenAI's GPT models
|
577
|
+
- Built with ❤️ by Deepan Kumar
|
578
|
+
- Powered by OpenAI's GPT models and Claude AI
|
581
579
|
- Inspired by the need for self-healing applications
|
582
580
|
|
583
581
|
## 📞 Support
|
584
582
|
|
585
|
-
- 📧 Email:
|
583
|
+
- 📧 Email: deepan.ppgit@gmail.com
|
584
|
+
- 🔗 LinkedIn: [Deepan Kumar](https://www.linkedin.com/in/deepan-kumar-5972a0a8/)
|
586
585
|
- 🐛 Issues: [GitHub Issues](https://github.com/deepan-g2/code-healer/issues)
|
587
586
|
- 📖 Documentation: [docs.code-healer.com](https://docs.code-healer.com)
|
588
587
|
|
589
588
|
---
|
590
589
|
|
591
590
|
**CodeHealer** - Because your code deserves to heal itself! 🏥✨
|
591
|
+
|
592
|
+
---
|
593
|
+
|
594
|
+
**Built with ❤️ by [Deepan Kumar](https://www.linkedin.com/in/deepan-kumar-5972a0a8/)**
|
data/lib/code_healer/version.rb
CHANGED