Skip to content

Commit

Permalink
chore: release v0.2.0 (#24)
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 61cb734 commit d473967
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 4 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.1.11","client":"0.1.11","tick-workers":"0.1.11",".":"0.1.11"}
{"server":"0.2.0","client":"0.2.0","tick-workers":"0.2.0",".":"0.2.0"}
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.0](https://github.com/brayn003/stonk.ninja/compare/v0.1.11...v0.2.0) (2024-03-31)


### Features

* new auth system and automated kite sessions ([#23](https://github.com/brayn003/stonk.ninja/issues/23)) ([61cb734](https://github.com/brayn003/stonk.ninja/commit/61cb734009c68f6394eb977616e281797336b1fe))

## [0.1.11](https://github.com/brayn003/stonk.ninja/compare/v0.1.10...v0.1.11) (2024-03-25)


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

## [0.2.0](https://github.com/brayn003/stonk.ninja/compare/client/v0.1.11...client/v0.2.0) (2024-03-31)


### Features

* new auth system and automated kite sessions ([#23](https://github.com/brayn003/stonk.ninja/issues/23)) ([61cb734](https://github.com/brayn003/stonk.ninja/commit/61cb734009c68f6394eb977616e281797336b1fe))

## [0.1.11](https://github.com/brayn003/stonk.ninja/compare/client/v0.1.10...client/v0.1.11) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonk.ninja/client",
"version": "0.1.11",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
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.0](https://github.com/brayn003/stonk.ninja/compare/server/v0.1.11...server/v0.2.0) (2024-03-31)


### Features

* new auth system and automated kite sessions ([#23](https://github.com/brayn003/stonk.ninja/issues/23)) ([61cb734](https://github.com/brayn003/stonk.ninja/commit/61cb734009c68f6394eb977616e281797336b1fe))

## [0.1.11](https://github.com/brayn003/stonk.ninja/compare/server/v0.1.10...server/v0.1.11) (2024-03-25)


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.1.11"
version = "0.2.0"
description = "Python server for running analysis on stock data"
authors = ["Rudraprasad Das <brayn003@gmail.com>"]
packages = [
Expand Down
7 changes: 7 additions & 0 deletions tick-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/brayn003/stonk.ninja/compare/tick-workers/v0.1.11...tick-workers/v0.2.0) (2024-03-31)


### Features

* new auth system and automated kite sessions ([#23](https://github.com/brayn003/stonk.ninja/issues/23)) ([61cb734](https://github.com/brayn003/stonk.ninja/commit/61cb734009c68f6394eb977616e281797336b1fe))

## [0.1.11](https://github.com/brayn003/stonk.ninja/compare/tick-workers/v0.1.10...tick-workers/v0.1.11) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion tick-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonk.ninja/tick-workers",
"version": "0.1.11",
"version": "0.2.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d473967

Please sign in to comment.