Skip to content

Commit c3d3aa6

Browse files
committed
v0.2.0 Release
1 parent 3a3143c commit c3d3aa6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# in2lambda
22

3-
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/lambda-feedback/in2lambda/deploy-docs.yml?style=flat-square&logo=github&label=docs)
3+
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/lambda-feedback/in2lambda/test.yml?style=flat-square&logo=github&label=tests)](https://github.com/lambda-feedback/in2lambda/actions/workflows/test.yml)
4+
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/lambda-feedback/in2lambda/deploy-docs.yml?style=flat-square&logo=googledocs&logoColor=white&label=docs)](https://lambda-feedback.github.io/in2lambda/)
45

56
in2lambda is a Python command line tool and library that automagically uploads questions to [Lambda Feedback](https://lambdafeedback.com/).
67

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "in2lambda"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Automagically uploads questions to Lambda Feedback so you don't have to."
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)