Skip to content

Commit

Permalink
Tag new version for doc update (#38)
Browse files Browse the repository at this point in the history
* Auto sciml format with JuliaFormatter (#34)

* Update CIs (#35)

* Update compat helper

* Update compat helper 2

* Update tag bot

* Add format (and format yml files

* Add a spell check action

* Update CI to include format

* Update CI to include format 2

* Fix a typo from the new github action

* Update CI

* Adds Aqua.jl

* Fix Aqua errors (but 2 to broken tests)

* Fix format

* Update sciml badge (#37)

* Version Patch to update doc
  • Loading branch information
Azzaare committed May 14, 2024
1 parent 5a409db commit ed57742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PatternFolds"
uuid = "c18a7f1d-76ad-4ce4-950d-5419b888513b"
authors = ["Jean-Francois Baffier"]
version = "0.2.3"
version = "0.2.4"

[deps]
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Humans-of-Julia.github.io/PatternFolds.jl/dev)
[![Build Status](https://github.com/Humans-of-Julia/PatternFolds.jl/workflows/CI/badge.svg)](https://github.com/Humans-of-Julia/PatternFolds.jl/actions)
[![codecov](https://codecov.io/gh/Humans-of-Julia/PatternFolds.jl/branch/main/graph/badge.svg?token=XCWI9E6NK7)](https://codecov.io/gh/Humans-of-Julia/PatternFolds.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Discord chat](https://img.shields.io/discord/762167454973296644.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/7KC28q98nP)

0 comments on commit ed57742

Please sign in to comment.