Skip to content

Commit

Permalink
chore: release v0.2.2 (#27)
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 61ea494 commit 374e93c
Show file tree
Hide file tree
Showing 4 changed files with 17 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.1","client":"0.2.0","tick-workers":"0.2.0",".":"0.2.1"}
{"server":"0.2.2","client":"0.2.0","tick-workers":"0.2.0",".":"0.2.2"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* fixing server issue for empty user ([#28](https://github.com/brayn003/stonk.ninja/issues/28)) ([61ea494](https://github.com/brayn003/stonk.ninja/commit/61ea494bb8475abb6787970433698b7aed557cea))
* fixing the deploy system ([1c73ec3](https://github.com/brayn003/stonk.ninja/commit/1c73ec37b36f8396107526053d5ed8fd0f2a1733))

## [0.2.1](https://github.com/brayn003/stonk.ninja/compare/v0.2.0...v0.2.1) (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.2](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.1...server/v0.2.2) (2024-03-31)


### Bug Fixes

* fixing server issue for empty user ([#28](https://github.com/brayn003/stonk.ninja/issues/28)) ([61ea494](https://github.com/brayn003/stonk.ninja/commit/61ea494bb8475abb6787970433698b7aed557cea))

## [0.2.1](https://github.com/brayn003/stonk.ninja/compare/server/v0.2.0...server/v0.2.1) (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.1"
version = "0.2.2"
description = "Python server for running analysis on stock data"
authors = ["Rudraprasad Das <[email protected]>"]
packages = [
Expand Down

0 comments on commit 374e93c

Please sign in to comment.