linear-cli 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5da1640ef734d4c0d3ed5ce059e80041a6808cef50ae9e2921b2bc19da92801e
4
- data.tar.gz: 32909d592219559b20c96c2ee5c6ab28d02814c0ffd8b96c2ef443277f00b988
3
+ metadata.gz: 459cfc694409e9f569943bcb817c349f227804c8fe065d9be1477a40adff7c33
4
+ data.tar.gz: 30013d6fd8b64af8ec527ea855561d1dbecd0afc43179df6a264a391ab67fb11
5
5
  SHA512:
6
- metadata.gz: '02380bc10cd1f815c4d2b70e7ed758ff3d295cf201658657ceba8ec17e309515534028745badaf96ffccd7799ddcd17907cfafb5de26d859da42e85bd1748c06'
7
- data.tar.gz: 53213093b700258f122730864dfab5adaadd049eecbd7c2cb2bd13ebe2491e06f4db775c7a5515f977155ebfa07d0e9dbeafe6b0e0b37a8859dcc96627d52cdf
6
+ metadata.gz: c0432a0d1df1a9f3cc2265438ac7ed37b8d335c9bec47bae11c303c51d9ba5f2e9c225d86d314a1b7a42621e62a4e2f2c0443e6d8606c6725db11b404a2d730a
7
+ data.tar.gz: b164919a840f1618cc19172ff0014b7b5d05c8e560a9f2fd133db95474ac95638512d35b4288fe142b08e0cc22b45be5485c8c81640ace9b86db467583bad05d
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.9.4] - 2024-02-07
6
+ ### Fixed
7
+ - Fixed issue with canceled issues showing up in lcls (@bougyman)
8
+
5
9
  ## [0.9.3] - 2024-02-07
6
10
  ### Fixed
7
11
  - Fixed probblem with tempfile for editing operations (@bougyman)
@@ -79,8 +83,9 @@
79
83
  ### Added
80
84
  - Added new changelog management system (changelog-rb) (@bougyman)
81
85
 
82
- [Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.3...HEAD
83
- [0.9.3]: https://github.com/rubyists/linear-cli/compare/v0.9.1...0.9.3
86
+ [Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.4...HEAD
87
+ [0.9.4]: https://github.com/rubyists/linear-cli/compare/v0.9.3...0.9.4
88
+ [0.9.3]: https://github.com/rubyists/linear-cli/compare/v0.9.1...v0.9.3
84
89
  [0.9.1]: https://github.com/rubyists/linear-cli/compare/v0.9.0...v0.9.1
85
90
  [0.9.0]: https://github.com/rubyists/linear-cli/compare/v0.8.6...v0.9.0
86
91
  [0.8.6]: https://github.com/rubyists/linear-cli/compare/v0.8.4...v0.8.6
@@ -0,0 +1,4 @@
1
+ type: Fixed
2
+ title: >
3
+ Fixed issue with canceled issues showing up in lcls
4
+ author: bougyman
@@ -0,0 +1 @@
1
+ date: 2024-02-07
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubyists
4
4
  module Linear
5
- VERSION = '0.9.3'
5
+ VERSION = '0.9.4'
6
6
  end
7
7
  end
@@ -16,7 +16,7 @@ module Rubyists
16
16
  many_to_one :team
17
17
  one_to_many :comments
18
18
 
19
- BASIC_FILTER = { completedAt: { null: true } }.freeze
19
+ BASIC_FILTER = { completedAt: { null: true }, canceledAt: { null: true } }.freeze
20
20
 
21
21
  Base = fragment('BaseIssue', 'Issue') do
22
22
  id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linear-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tj (bougyman) Vanderpoel
@@ -248,6 +248,8 @@ files:
248
248
  - changelog/0.9.1/tag.yml
249
249
  - changelog/0.9.3/fixed_probblem_with_tempfile_for_editing_operations.yml
250
250
  - changelog/0.9.3/tag.yml
251
+ - changelog/0.9.4/fixed_issue_with_canceled_issues_showing_up_in_lcls.yml
252
+ - changelog/0.9.4/tag.yml
251
253
  - changelog/unreleased/.gitkeep
252
254
  - cinemas/listings.cinema
253
255
  - cinemas/listings.cinema.gif