Skip to content

Commit

Permalink
update changelog (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
namastey committed Mar 1, 2024
2 parents 657d4e2 + b53ebd9 commit 625e577
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[//]: <> (The format is based on Keep a Changelog keepachangelog.com/)
[//]: <> (and this project adheres to Semantic Versioning semver.org/)

### [2024.24.0] - On 2024.03.01

#### Added
- Added --fullpagescreenshot nRoBo cli switch. That is when applied, it takes full page screenshot instead of only visible window rect by default. However, this switch only works with chrome_headless browser. nRoBo overrides the --browser switch with chrome_headless or adds --browser chrome_headless if fullpagescreenshot is requested.

### [2024.21.3] - On 2024.03.01

#### Added
Expand Down
2 changes: 1 addition & 1 deletion nrobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@email: [email protected]
"""

__version__ = '2024.23.1'
__version__ = '2024.24.0'

# install rich library
import os
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
# Project details
[project]
name = "nrobo"
version = "2024.23.0"
version = "2024.24.0"
authors = [{name="Panchdev Singh Chauhan", email="[email protected]"}]
maintainers = [{name="Panchdev Singh Chauhan", email="[email protected]"}]
description = "Powerful! Yet, Easy to USE! Automated Testing Framework"
Expand Down
2 changes: 1 addition & 1 deletion versions/prod.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 2024.23.0
version: 2024.24.0
2 changes: 1 addition & 1 deletion versions/test.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 2024.23.0
version: 2024.24.0

0 comments on commit 625e577

Please sign in to comment.