Skip to content

Commit cc0b0d9

Browse files
committed
Update CHANGELOG
Signed-off-by: Herklos <herklos@drakkar.software>
1 parent f239237 commit cc0b0d9

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.0] - 2026-02-27
8+
### Added
9+
- Support for services tentacles
10+
- Support for profile scripting
11+
### Updated
12+
- Report redesign
13+
714
## [0.0.29] - 2025-12-29
815
### Updated
916
- OctoBot to 2.0.16

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot-Script [0.0.29](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
1+
# OctoBot-Script [0.1.0](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/)
33
[![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script)
@@ -19,7 +19,7 @@ Documentation available at [octobot.cloud/en/guides/octobot-script](https://www.
1919

2020
## Install OctoBot Script from pip
2121

22-
> OctoBot Script requires **Python 3.10**
22+
> OctoBot Script requires **Python 3.13**
2323
2424
``` {.sourceCode .bash}
2525
python3 -m pip install OctoBot wheel appdirs==1.4.4

octobot_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
PROJECT_NAME = "OctoBot-Script"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "0.0.29" # major.minor.revision => don't forget to also update the setup.py version
19+
VERSION = "0.1.0" # major.minor.revision => don't forget to also update the setup.py version
2020

2121

2222
def _use_module_local_tentacles():

0 commit comments

Comments
 (0)