From ed57742128a0b106c22743e91ea38ad34aabc96a Mon Sep 17 00:00:00 2001 From: Jean-Francois Baffier Date: Tue, 14 May 2024 04:37:15 +0200 Subject: [PATCH] Tag new version for doc update (#38) * 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 --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b0e15ac..5ffe705 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/README.md b/README.md index b5aac69..bf4d8cd 100644 --- a/README.md +++ b/README.md @@ -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)