epage on cargo
epage on master
build(deps): bump syntect from … Merge pull request #818 from co… (compare)
epage on cargo
epage on master
build(deps): bump predicates fr… Merge pull request #819 from co… (compare)
epage on cargo
epage on master
build(deps): bump toml from 0.5… Merge pull request #820 from co… (compare)
epage on cargo
epage on master
build(deps): bump serde from 1.… Merge pull request #821 from co… (compare)
epage on cargo
epage on master
build(deps): bump serde_json fr… Merge pull request #822 from co… (compare)
epage on cargo
epage on master
build(deps): bump itertools fro… Merge pull request #823 from co… (compare)
Seems to be building successfully!
https://dev.azure.com/cobalt-org/cobalt-org/_build?definitionId=2&_a=summary
I went to the extreme on testing combinations. I need to consider where to scale back
cargo-generate
has appreciated
committed
: conventional 1.0 support before pausingtypos
: benchmarks ran and formal announcementassert-rs
: effectively at a pause pointcargo-release
: reduce the number of commits and improve "is a release needed?" detectionstager
/ cargo-tarball
: This is the area of most work neededtypos
than they were for committed
typos
is a source code spell checker targeted at being run in CIs)
typos
was originally going to be my second Rust project for learning the language until Cobalt took over all my time
committed
that will error if a fix
, feat
, or BREAKING CHANGE
commit does not include a change in the changelog.
Current status of cobalt: On pause for a little bit.
I got unblocked on some other programs so I'm trying to get that out of the way so I won't be distracted from cobalt development.
For when I'm back, my focus is on the next
branch where I'm doing a major re-architecture. The primary goal is to make it easier to add new features but I hope to also get a performance boost
---
pagination:
include: All
per_page: 5
order: Desc
sort_by: ["published_date"]
---
<div class="sidebar ">
<h2>Recent Posts</h2>
<ul>
{% for ppost in paginator.pages limit:5 %}
<li><a href="{{ site.base_url}}{{ ppost.permalink }}">{{ ppost.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="sidebar">
<h2>Tags</h2>
<ul>
{% for ptag in paginator.indexes %}
<li><a href="/{{ ptag.index_permalink }}/">{{ ptag.index_title }}</a></li>
{% endfor %}
</ul>
</div>