Skip to content

Commit

Permalink
relaxed basilisp version req to >=0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Nov 14, 2024
1 parent b73a095 commit 975e787
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 55 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.1.1

- Relaxed basilisp version requirements from ^0.2.4 to to >=0.2.4.

## 0.1.0

- Ported `clojure.pprint` source code to Basilisp as a standalone library.
114 changes: 61 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "basilisp-pprint"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["ikappaki <[email protected]>"]
readme = "README.md"
packages = [{include = "basilisp_pprint", from = "src"}]

[tool.poetry.dependencies]
python = "^3.8"
basilisp = "^0.2.4"
basilisp = ">=0.2.4"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 975e787

Please sign in to comment.