Skip to content

Commit

Permalink
ci: 💚 锁定最低Julia版本为1.7;更新README文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Feb 4, 2024
1 parent b13e54b commit 73f9faa
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 228 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
matrix:
version:
# Versions below 1.5 cause of compat@`include`:
- "1.5"
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- "nightly"
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IpynbCompile"
uuid = "4eb781bf-a71e-403a-9d46-9d48649f04b2"
authors = ["ARCJ137442 <[email protected]>"]
version = "1.5.1"
version = "1.5.3"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -11,7 +11,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.5"
julia = "1.7"

[targets]
test = ["Test", "Dates"]
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- ⚠️该文件由 `IpynbCompile.ipynb` 自动生成于 2024-02-04T13:39:49.938,无需手动修改 -->
<!-- ⚠️该文件由 `IpynbCompile.ipynb` 自动生成于 2024-02-04T13:56:00.486,无需手动修改 -->
# IpynbCompile.jl: 一个实用的Jupyter笔记本构建工具

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Static Badge](https://img.shields.io/badge/julia-package?logo=julia&label=1.7%2B)](https://julialang.org/)

[![CI status](https://github.com/ARCJ137442/IpynbCompile.jl/workflows/CI/badge.svg)](https://github.com/ARCJ137442/IpynbCompile.jl/actions/workflows/ci.yml)

该项目使用[语义化版本 2.0.0](https://semver.org/)进行版本号管理。

## 主要功能

### 简介
Expand Down
277 changes: 159 additions & 118 deletions src/IpynbCompile.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 73f9faa

Please sign in to comment.