Skip to content

Commit

Permalink
chore: release v0.2.5 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 1, 2024
1 parent 524236b commit ab3f6ea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"server":"0.2.4","client":"0.2.1","tick-workers":"0.2.0",".":"0.2.4"}
{"server":"0.2.5","client":"0.2.1","tick-workers":"0.2.0",".":"0.2.5"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/brayn003/stonk.ninja/compare/v0.2.4...v0.2.5) (2024-04-01)


### Bug Fixes

* removing integration loading from startup ([524236b](https://github.com/brayn003/stonk.ninja/commit/524236b83433862746520c7490e11b09f3ce0eae))

## [0.2.4](https://github.com/brayn003/stonk.ninja/compare/v0.2.3...v0.2.4) (2024-04-01)


Expand Down
7 changes: 7 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.4...server/v0.2.5) (2024-04-01)


### Bug Fixes

* removing integration loading from startup ([524236b](https://github.com/brayn003/stonk.ninja/commit/524236b83433862746520c7490e11b09f3ce0eae))

## [0.2.4](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.3...server/v0.2.4) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stonk-ninja-server"
version = "0.2.4"
version = "0.2.5"
description = "Python server for running analysis on stock data"
authors = ["Rudraprasad Das <[email protected]>"]
packages = [
Expand Down

0 comments on commit ab3f6ea

Please sign in to comment.