mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-29 05:45:58 +00:00
create src
This commit is contained in:
71
src-sequencer/CHANGELOG.md
Normal file
71
src-sequencer/CHANGELOG.md
Normal file
@@ -0,0 +1,71 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 0.0.0 (2023-08-17)
|
||||
|
||||
An empty crate without any content to reserve the name for the gitoxide project.
|
||||
|
||||
### New Features (BREAKING)
|
||||
|
||||
- <csr-id-3d8fa8fef9800b1576beab8a5bc39b821157a5ed/> upgrade edition to 2021 in most crates.
|
||||
MSRV for this is 1.56, and we are now at 1.60 so should be compatible.
|
||||
This isn't more than a patch release as it should break nobody
|
||||
who is adhering to the MSRV, but let's be careful and mark it
|
||||
breaking.
|
||||
|
||||
Note that `git-features` and `git-pack` are still on edition 2018
|
||||
as they make use of a workaround to support (safe) mutable access
|
||||
to non-overlapping entries in a slice which doesn't work anymore
|
||||
in edition 2021.
|
||||
|
||||
### Chore
|
||||
|
||||
- <csr-id-229bd4899213f749a7cc124aa2b82a1368fba40f/> don't call crate 'WIP' in manifest anymore.
|
||||
- <csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/> uniformize deny attributes
|
||||
- <csr-id-533e887e80c5f7ede8392884562e1c5ba56fb9a8/> remove default link to cargo doc everywhere
|
||||
|
||||
### Commit Statistics
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 22 commits contributed to the release over the course of 483 calendar days.
|
||||
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 2 unique issues were worked on: [#396](https://github.com/Byron/gitoxide/issues/396), [#691](https://github.com/Byron/gitoxide/issues/691)
|
||||
|
||||
### Commit Details
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
<details><summary>view details</summary>
|
||||
|
||||
* **[#396](https://github.com/Byron/gitoxide/issues/396)**
|
||||
- Add git-sequencer crate ([`f8160d0`](https://github.com/Byron/gitoxide/commit/f8160d0d0caa6e616a6d0efed346722d093ad60a))
|
||||
* **[#691](https://github.com/Byron/gitoxide/issues/691)**
|
||||
- Set `rust-version` to 1.64 ([`55066ce`](https://github.com/Byron/gitoxide/commit/55066ce5fd71209abb5d84da2998b903504584bb))
|
||||
* **Uncategorized**
|
||||
- Don't call crate 'WIP' in manifest anymore. ([`229bd48`](https://github.com/Byron/gitoxide/commit/229bd4899213f749a7cc124aa2b82a1368fba40f))
|
||||
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
|
||||
- Merge branch 'corpus' ([`aa16c8c`](https://github.com/Byron/gitoxide/commit/aa16c8ce91452a3e3063cf1cf0240b6014c4743f))
|
||||
- Change MSRV to 1.65 ([`4f635fc`](https://github.com/Byron/gitoxide/commit/4f635fc4429350bae2582d25de86429969d28f30))
|
||||
- Merge branch 'main' into auto-clippy ([`3ef5c90`](https://github.com/Byron/gitoxide/commit/3ef5c90aebce23385815f1df674c1d28d58b4b0d))
|
||||
- Merge branch 'blinxen/main' ([`9375cd7`](https://github.com/Byron/gitoxide/commit/9375cd75b01aa22a0e2eed6305fe45fabfd6c1ac))
|
||||
- Include license files in all crates ([`facaaf6`](https://github.com/Byron/gitoxide/commit/facaaf633f01c857dcf2572c6dbe0a92b7105c1c))
|
||||
- Merge branch 'rename-crates' into inform-about-src-rename ([`c9275b9`](https://github.com/Byron/gitoxide/commit/c9275b99ea43949306d93775d9d78c98fb86cfb1))
|
||||
- Adjust to renaming of `git-sequencer` to `src-sequencer` ([`eb07bda`](https://github.com/Byron/gitoxide/commit/eb07bdaa9aec4617777f2ecb2c48a0dc5925f4c4))
|
||||
- Rename `git-sequencer` to `src-sequencer` ([`cac83fe`](https://github.com/Byron/gitoxide/commit/cac83fe15f7d2885d9d57faf0c69e79e0cb1cde2))
|
||||
- Merge branch 'main' into http-config ([`bcd9654`](https://github.com/Byron/gitoxide/commit/bcd9654e56169799eb706646da6ee1f4ef2021a9))
|
||||
- Merge branch 'version2021' ([`0e4462d`](https://github.com/Byron/gitoxide/commit/0e4462df7a5166fe85c23a779462cdca8ee013e8))
|
||||
- Upgrade edition to 2021 in most crates. ([`3d8fa8f`](https://github.com/Byron/gitoxide/commit/3d8fa8fef9800b1576beab8a5bc39b821157a5ed))
|
||||
- Merge branch 'main' into index-from-tree ([`bc64b96`](https://github.com/Byron/gitoxide/commit/bc64b96a2ec781c72d1d4daad38aa7fb8b74f99b))
|
||||
- Merge branch 'main' into remote-ls-refs ([`e2ee3de`](https://github.com/Byron/gitoxide/commit/e2ee3ded97e5c449933712883535b30d151c7c78))
|
||||
- Merge branch 'docsrs-show-features' ([`31c2351`](https://github.com/Byron/gitoxide/commit/31c235140cad212d16a56195763fbddd971d87ce))
|
||||
- Uniformize deny attributes ([`f7f136d`](https://github.com/Byron/gitoxide/commit/f7f136dbe4f86e7dee1d54835c420ec07c96cd78))
|
||||
- Remove default link to cargo doc everywhere ([`533e887`](https://github.com/Byron/gitoxide/commit/533e887e80c5f7ede8392884562e1c5ba56fb9a8))
|
||||
- Merge branch 'main' into msrv-for-windows ([`7cb1972`](https://github.com/Byron/gitoxide/commit/7cb19729133325bdfacedf44cdc0500cbcf36684))
|
||||
- Release git-sequencer v0.0.0 ([`e02a4ab`](https://github.com/Byron/gitoxide/commit/e02a4abefd913cceee0b9e175192d260d897e7d6))
|
||||
</details>
|
||||
|
||||
16
src-sequencer/Cargo.toml
Normal file
16
src-sequencer/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "src-sequencer"
|
||||
version = "0.0.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project handling sequences of human-aided operations"
|
||||
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.82"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
1
src-sequencer/LICENSE-APACHE
Symbolic link
1
src-sequencer/LICENSE-APACHE
Symbolic link
@@ -0,0 +1 @@
|
||||
../LICENSE-APACHE
|
||||
1
src-sequencer/LICENSE-MIT
Symbolic link
1
src-sequencer/LICENSE-MIT
Symbolic link
@@ -0,0 +1 @@
|
||||
../LICENSE-MIT
|
||||
2
src-sequencer/src/lib.rs
Normal file
2
src-sequencer/src/lib.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![forbid(unsafe_code)]
|
||||
Reference in New Issue
Block a user