Skip to content

Commit c701c73

Browse files
committed
release
1 parent eaa0756 commit c701c73

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

CHANGELOG.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,32 @@
22

33
<!-- do not remove -->
44

5-
## 0.3.3
5+
## 0.3.4
66

77
### New Features
88

9-
- plash_download should overwrite empty dirs ([#64](https://github.com/AnswerDotAI/plash_cli/issues/64))
9+
- Add `--token` and `--save` to `login`, and allow `PLASH_TOKEN` env var ([#68](https://github.com/AnswerDotAI/plash_cli/issues/68))
1010

1111

12+
## 0.3.3
1213

13-
## 0.3.2
14+
### New Features
1415

16+
- `plash_download` should overwrite empty dirs ([#64](https://github.com/AnswerDotAI/plash_cli/issues/64))
17+
18+
19+
## 0.3.2
1520

1621
### Bugs Squashed
1722

1823
- fix renames and better handle error msgs ([#63](https://github.com/AnswerDotAI/plash_cli/pull/63)), thanks to [@ncoop57](https://github.com/ncoop57)
1924

2025

21-
2226
## 0.3.1
2327

2428
### New Features
2529

2630
- use implementation nbs as ref docs instead of separate ([#60](https://github.com/AnswerDotAI/plash_cli/pull/60)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
27-
2831
- Base marimo example ([#59](https://github.com/AnswerDotAI/plash_cli/pull/59)), thanks to [@koaning](https://github.com/koaning)
2932

3033
### Bugs Squashed
@@ -41,7 +44,6 @@
4144

4245
## 0.2.2
4346

44-
4547
### Bugs Squashed
4648

4749
- UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 107: character maps to <undefined> ([#56](https://github.com/AnswerDotAI/plash_cli/issues/56))
@@ -56,7 +58,6 @@
5658
### Bugs Squashed
5759

5860
- Unable to `plash_login` ([#52](https://github.com/AnswerDotAI/plash_cli/issues/52))
59-
6061
- Fix quoting issue ([#51](https://github.com/AnswerDotAI/plash_cli/pull/51)), thanks to [@thomasht86](https://github.com/thomasht86)
6162

6263

@@ -67,7 +68,6 @@
6768
- add force data overwrite flag ([#46](https://github.com/AnswerDotAI/plash_cli/issues/46))
6869

6970

70-
7171
## 0.1.3
7272

7373
### New Features
@@ -82,13 +82,11 @@
8282
- feat: add flag to list all user apps ([#36](https://github.com/AnswerDotAI/plash_cli/issues/36))
8383

8484

85-
8685
## 0.1.1
8786

8887
### New Features
8988

9089
- migrate app id to app name ([#35](https://github.com/AnswerDotAI/plash_cli/issues/35))
91-
9290
- have log end when build is done ([#34](https://github.com/AnswerDotAI/plash_cli/issues/34))
9391

9492
### Bugs Squashed
@@ -108,38 +106,18 @@
108106
### New Features
109107

110108
- add flag to specify app id when deploying ([#12](https://github.com/AnswerDotAI/plash_cli/issues/12))
111-
112109
- Option to fetch build or app logs in the CLI ([#8](https://github.com/AnswerDotAI/plash_cli/pull/8)), thanks to [@pydanny](https://github.com/pydanny)
113-
- This changes the following:
114-
115-
1. Provides a new option for display of logs, specifically the build logs
116-
2. Defaults the log to output build logs, rather than app logs
117-
118-
This change will make it easier to investigate failed deployments and other problems
119-
120-
This change is dependant on a forthcoming change to Plash.
121-
122110
- add ability to deploy a single python script using pep 723 inline dep syntax ([#5](https://github.com/AnswerDotAI/plash_cli/issues/5))
123111

124112

125-
126113
## 0.0.3
127114

128115
### New Features
129116

130117
- add new cli commands for parity with website ([#7](https://github.com/AnswerDotAI/plash_cli/issues/7))
131-
- resolved in https://github.com/AnswerDotAI/plash_cli/pull/4
132-
133118
- change cli auth to oauth ([#6](https://github.com/AnswerDotAI/plash_cli/issues/6))
134119

135-
136-
137-
## 0.0.2
138-
139-
140-
141-
142120
## 0.0.1
143121

144-
122+
- init version
145123

0 commit comments

Comments
 (0)