Skip to content

Commit f6c1505

Browse files
committed
[RELEASE] Version 1.1.0
1 parent a6beaf6 commit f6c1505

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/commit_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check Commit Format
1919
uses: gsactions/commit-message-checker@v2
2020
with:
21-
pattern: '((Issue \#[0-9]+:)|(\[((\#[0-9]+)|(MINOR)|(AUTO))\])) .+'
21+
pattern: '((Issue \#[0-9]+:)|(\[((\#[0-9]+)|(MINOR)|(AUTO)|(RELEASE))\])) .+'
2222
checkAllCommitMessages: 'true'
2323
error: 'Your first line has to have the format "Issue #XXX: Commit message" or "[#XXX] Commit Message".'
2424
excludeDescription: 'true'

docs/source/release_notes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Development - |version|
55
-----------------------
66
.. *Release Date: MMM. DD, YYYY*
77
8+
Version 1.1.0
9+
-------------
10+
*Release Date: Feb. 26, 2025*
11+
12+
813
* Add ability in :class:`~bsk_rl.obs.SatProperties` to define new observations with
914
a custom function.
1015
* Add ``deepcopy`` to mutable inputs to the environment so that an environment argument

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bsk_rl"
7-
version = "1.0.4"
7+
version = "1.1.0"
88
authors = [
99
{ name = "Adam Herrmann", email = "[email protected]" },
1010
{ name = "Mark Stephenson", email = "[email protected]" },

0 commit comments

Comments
 (0)