Skip to content

Commit 438efcc

Browse files
committed
Move repo back to noib3
1 parent b26d625 commit 438efcc

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Fixed
88

99
- fixed compilation issues on non-x86 machines
10-
([#16](https://github.com/nomad/cola/pull/16));
10+
([#16](https://github.com/noib3/cola/pull/16));
1111

1212
## [0.5.0] - Nov 4 2024
1313

@@ -49,7 +49,7 @@
4949
`ReplicaId`s that were between the start and the end of the deleted range,
5050
instead of including every single `ReplicaId` the `Replica` had ever seen.
5151
This results in much smaller `Deletion`s when deleting small ranges in
52-
buffers edited by many peers ([#9](https://github.com/nomad/cola/pull/9));
52+
buffers edited by many peers ([#9](https://github.com/noib3/cola/pull/9));
5353

5454
## [0.4.3] - Jan 31 2024
5555

@@ -70,14 +70,14 @@
7070

7171
- the `Serialize` impl of `Deletion` now produces ~3x smaller payloads,
7272
depending on the data format used
73-
([#7](https://github.com/nomad/cola/pull/7));
73+
([#7](https://github.com/noib3/cola/pull/7));
7474

7575
- the `Serialize` impl of `EncodedReplica` now produces ~7x smaller payloads,
7676
depending on the data format used
77-
([#6](https://github.com/nomad/cola/pull/6));
77+
([#6](https://github.com/noib3/cola/pull/6));
7878

7979
- the `Serialize` impl of `Insertion` now produces 3-4x smaller payloads,
80-
depending on the data format used ([#5](https://github.com/nomad/cola/pull/5));
80+
depending on the data format used ([#5](https://github.com/noib3/cola/pull/5));
8181

8282
## [0.3.0] - Jan 9 2024
8383

@@ -114,15 +114,15 @@
114114
- fixed a bug that would cause `Replica::decode()` to fail if it was encoded
115115
on a machine with a different pointer size (#1);
116116

117-
[Unreleased]: https://github.com/nomad/cola/compare/v0.5.1...HEAD
118-
[0.5.1]: https://github.com/nomad/cola/compare/v0.5.0...v0.5.1
119-
[0.5.0]: https://github.com/nomad/cola/compare/v0.4.6...v0.5.0
120-
[0.4.6]: https://github.com/nomad/cola/compare/v0.4.5...v0.4.6
121-
[0.4.5]: https://github.com/nomad/cola/compare/v0.4.4...v0.4.5
122-
[0.4.4]: https://github.com/nomad/cola/compare/v0.4.3...v0.4.4
123-
[0.4.3]: https://github.com/nomad/cola/compare/v0.4.2...v0.4.3
124-
[0.4.2]: https://github.com/nomad/cola/compare/v0.4.0...v0.4.2
125-
[0.4.0]: https://github.com/nomad/cola/compare/v0.3.0...v0.4.0
126-
[0.3.0]: https://github.com/nomad/cola/compare/v0.2.1...v0.3.0
127-
[0.2.1]: https://github.com/nomad/cola/compare/v0.2.0...v0.2.1
128-
[0.2.0]: https://github.com/nomad/cola/compare/v0.1.0...v0.2.0
117+
[Unreleased]: https://github.com/noib3/cola/compare/v0.5.1...HEAD
118+
[0.5.1]: https://github.com/noib3/cola/compare/v0.5.0...v0.5.1
119+
[0.5.0]: https://github.com/noib3/cola/compare/v0.4.6...v0.5.0
120+
[0.4.6]: https://github.com/noib3/cola/compare/v0.4.5...v0.4.6
121+
[0.4.5]: https://github.com/noib3/cola/compare/v0.4.4...v0.4.5
122+
[0.4.4]: https://github.com/noib3/cola/compare/v0.4.3...v0.4.4
123+
[0.4.3]: https://github.com/noib3/cola/compare/v0.4.2...v0.4.3
124+
[0.4.2]: https://github.com/noib3/cola/compare/v0.4.0...v0.4.2
125+
[0.4.0]: https://github.com/noib3/cola/compare/v0.3.0...v0.4.0
126+
[0.3.0]: https://github.com/noib3/cola/compare/v0.2.1...v0.3.0
127+
[0.2.1]: https://github.com/noib3/cola/compare/v0.2.0...v0.2.1
128+
[0.2.0]: https://github.com/noib3/cola/compare/v0.1.0...v0.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![Latest version]](https://crates.io/crates/cola)
44
[![Docs badge]][docs]
5-
[![CI]](https://github.com/nomad/cola/actions)
5+
[![CI]](https://github.com/noib3/cola/actions)
66

77
[Latest version]: https://img.shields.io/crates/v/cola.svg
88
[Docs badge]: https://docs.rs/cola/badge.svg
9-
[CI]: https://github.com/nomad/cola/actions/workflows/ci.yml/badge.svg
9+
[CI]: https://github.com/noib3/cola/actions/workflows/ci.yml/badge.svg
1010

1111
cola is a Conflict-free Replicated Data Type specialized for real-time
1212
collaborative editing of plain text documents.

0 commit comments

Comments
 (0)