File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.1] - 2026-03-22
8+ ### Updated
9+ - OctoBot to 2.1.0
10+
711## [ 0.1.0] - 2026-02-27
812### Added
913- Support for services tentacles
Original file line number Diff line number Diff line change 1616
1717PROJECT_NAME = "OctoBot-Script"
1818AUTHOR = "Drakkar-Software"
19- VERSION = "0.1.0 " # major.minor.revision => don't forget to also update the setup.py version
19+ VERSION = "0.1.1 " # major.minor.revision => don't forget to also update the setup.py version
2020
2121
2222def _use_module_local_tentacles ():
Original file line number Diff line number Diff line change 11# Drakkar-Software requirements
2- OctoBot [full ]== 2.0.16
2+ OctoBot [full ]== 2.1.0
33
44# manage tentacles install path
55appdirs == 1.4.4
You can’t perform that action at this time.
0 commit comments