Skip to content

Commit

Permalink
chore: release v0.2.3 (#29)
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] authored Mar 31, 2024
1 parent 4280aaa commit 913f58a
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.2","client":"0.2.0","tick-workers":"0.2.0",".":"0.2.2"}
{"server":"0.2.3","client":"0.2.0","tick-workers":"0.2.0",".":"0.2.3"}
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.3](https://github.com/brayn003/stonk.ninja/compare/v0.2.2...v0.2.3) (2024-03-31)


### Bug Fixes

* fixing logic for missing user ([4280aaa](https://github.com/brayn003/stonk.ninja/commit/4280aaa0df2259daed3194c13a9395d750782a77))

## [0.2.2](https://github.com/brayn003/stonk.ninja/compare/v0.2.1...v0.2.2) (2024-03-31)


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.3](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.2...server/v0.2.3) (2024-03-31)


### Bug Fixes

* fixing logic for missing user ([4280aaa](https://github.com/brayn003/stonk.ninja/commit/4280aaa0df2259daed3194c13a9395d750782a77))

## [0.2.2](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.1...server/v0.2.2) (2024-03-31)


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.2"
version = "0.2.3"
description = "Python server for running analysis on stock data"
authors = ["Rudraprasad Das <brayn003@gmail.com>"]
packages = [
Expand Down

0 comments on commit 913f58a

Please sign in to comment.