# Changelog

All notable changes to this project will be documented in this file.

## [0.2.0] - 2025-06-16

### Added
- New `SPARQLEndpointManager` class in `atuin/ui/components` for managing SPARQL endpoints
- New exports in `atuin/ui/components` for reusable UI components
- Added TypeScript type definitions for new components
- New documentation in INTEGRATION.md for the event bus system

### Changed
- Bumped version to 0.2.0
- Improved code organization with new components directory
- Enhanced documentation for better integration guidance

### Fixed
- Improved error handling in SPARQL endpoint management
- Fixed potential memory leaks in event handling

## [0.1.1] - 2025-06-15

### Added
- Initial release of Atuin
- Core RDF editing and visualization functionality
- SPARQL query support
- Basic settings management
