Skip to content

Commit

Permalink
BUMP to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloime committed Feb 21, 2025
1 parent e67dcac commit b123775
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## [Unreleased]
# Changelog

## [0.1.0] - 2024-12-18
## [0.1.4] - 2025-02-20
### Added
- Extracted `n_threads` configuration for improved concurrency.
- Introduced `save_to_clipboard` functionality.
- Extracted configuration and scenario run logic into separate classes.

### Changed
- Migrated to **Concurrent Ruby** for better parallel execution.
- Refactored `report_generator`, `screenshot_taker`, and `session_manager`.

### Fixed
- Minor fixes in `report_generator` and `tasks`.

---

- Initial release
## [0.1.1] - 2024-12-18
### Added
- Instructions added to the README.
- Initial version bump to `0.1.1`.

---

## [0.1.0] - 2024-12-18
### Added
- Initial working version.
- Set up **Capybara**, **Railtie**, and core functionalities.
- Added basic documentation and CI/CD setup.
2 changes: 1 addition & 1 deletion lib/lookbook_visual_tester/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LookbookVisualTester
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit b123775

Please sign in to comment.