File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.2] ( https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.1.0...v1.0.2 ) (2022-08-08)
2
+
3
+
4
+ ### Reverts
5
+
6
+ * Revert "release: v1.1.0" ([ 55d3619] ( https://github.com/AsifArmanRahman/firebase-rest-api/commit/55d361920613bba9f2723784c39d6b3ce63c1ad1 ) )
7
+
8
+
9
+
10
+ # [ 1.1.0] ( https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.0.1...v1.1.0 ) (2022-08-08)
11
+
12
+
13
+ ### Features
14
+
15
+ * ** firestore:** add delete() method ([ ba00cc2] ( https://github.com/AsifArmanRahman/firebase-rest-api/commit/ba00cc2ab9f1c29cc5e1306d39b5efe6b28af20f ) )
16
+ * ** firestore:** add get() method ([ dba57ea] ( https://github.com/AsifArmanRahman/firebase-rest-api/commit/dba57eab5dd1de1c5af22184cc6dead29fcb6d84 ) )
17
+ * ** firestore:** add set() method ([ c8198f2] ( https://github.com/AsifArmanRahman/firebase-rest-api/commit/c8198f2fc6bc4605a3a50bf23c7ac823acc59cd2 ) )
18
+ * ** firestore:** add update() method ([ e85c459] ( https://github.com/AsifArmanRahman/firebase-rest-api/commit/e85c459030441c413728e03a0646997e0fdc1a71 ) )
19
+
20
+
21
+
1
22
## [ 1.0.1] ( https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.0.0...v1.0.1 ) (2022-07-30)
2
23
3
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'flit_core.buildapi'
4
4
5
5
[project ]
6
6
name = " firebase-rest-api"
7
- version = " 1.0.1 "
7
+ version = " 1.0.2 "
8
8
readme = " README.md"
9
9
description = " A simple python wrapper for Google's Firebase REST API's."
10
10
requires-python = " >=3.6"
You can’t perform that action at this time.
0 commit comments